Louisdor Veteran


Joined: 14 Dec 2003 Posts: 1231 Location: im Brandenburgischen
|
Posted: Fri Nov 04, 2005 1:32 pm Post subject: FTP & Upload |
|
|
Hi!
Ich habe mir Code: | net-ftp/proftpd
Latest version available: 1.2.10-r7
Latest version installed: 1.2.10-r7
Size of downloaded files: 916 kB
Homepage: http://www.proftpd.org/
Description: An advanced and very configurable FTP server
License: GPL-2 | installiert.
Jedem Beutzer habe ich seinen eigenen Bereich zugewiesen, mit Download- und Uploadverzeichnis.
Bei allen (Linux, Win2k WinXP) funktioniert es in beide Richtungen.
Nur bei einem Mac OSX geht der Upload nicht.
Keine Ahnung was man da noch einstellen muss/kann.
Eine User-Section aus der proftpd.conf sieht z.B. so aus: Code: | <Anonymous /home/ftp/abc123>
User abc123
Group abc123
AnonRequirePassword on
MaxClients 3 "The server is full, hosting %m users"
DisplayLogin welcome.msg
DisplayFirstChdir .msg
AllowOverwrite off
<Limit LOGIN>
Allow from all
Deny from all
</Limit>
<Limit ROOT_DIR_ALLOW RETR LIST NLST MDTM SIZE STAT CWD XCWD PWD XPWD CDUP XCUP>
AllowAll
</Limit>
<Limit ROOT_DIR_DENY DELE APPE STOR STOU SITE_CHMOD SITE_CHGRP RNFR RNTO MKD XMKD RMD XRMD>
DenyAll
</Limit>
<Directory /home/ftp/l1l6m7/upload/*>
AllowOverwrite on
<Limit UPLOAD_DIR_ALLOW LIST NLST MDTM SIZE SITE STAT APPE RETR STOR STOU MKD XMKD CWD XCWD PWD XPWD CDUP XCUP>
AllowAll
</Limit>
<Limit UPLOAD_DIR_DENY DELE SITE_CHMOD SITE_CHGRP RMD XRMD RNFR RNTO>
DenyAll
</Limit>
</Directory>
</Anonymous> |
Egal welchen User ich von wo nehme und mich beim FTP Server einlogge, nur vom Mac geht es nicht mit dem Upload!
Hat da jemand einen Tipp?
Merci & Ciao,
aleX! _________________ "Ich bin ich." |
|