Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
FTP & Upload
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Fri Nov 04, 2005 1:32 pm    Post subject: FTP & Upload Reply with quote

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."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum