princebouja
April 17th, 2011, 12:01 AM
Hello everyone,
I set an ftp server using proftpd on my ubuntu 10.10. but when I connect to it from another computer with FileZilla, the option "download" is disabled and I can't download any file. I tried to modify the permissions of the files on the server so they can be accessible by everyone (444), but the option "download" of FileZilla is still disabled (the option "downlod" is enabled only on the server). is there any solution to fix this problem? thank you.
this is my /etc/proftpd/proftpd.conf:
ServerType standalone
DefaultServer on
Umask 022
ServerName "41.229.1.54"
ServerIdent on "theeptbook"
ServerAdmin email@example.org
IdentLookups off
UseReverseDNS off
Port 21
PassivePorts 49152 65534
#MasqueradeAddress None
TimesGMT off
MaxInstances 30
MaxLoginAttempts 3
TimeoutLogin 300
TimeoutNoTransfer 120
TimeoutIdle 120
User nobody
Group nobody
DirFakeUser off nobody
DirFakeGroup off nobody
DefaultTransferMode ascii
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
DeleteAbortedStores on
SystemLog /var/log/secure
RequireValidShell off
<Limit LOGIN>
AllowUser eptbook
DenyALL
</Limit>
<Anonymous /home/ftp>
User eptbook
Group eptbookgroup
AnonRequirePassword on
MaxClients 10 "The server is full, hosting %m users"
<Limit LOGIN>
Allow from All
Deny from all
</Limit>
AllowOverwrite off
<Limit LIST NLST STOR STOU APPE RETR PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
AllowAll
</Limit>
<Limit RNFR RNTO DELE MKD XMKD SITE_MKDIR RMD XRMD SITE_RMDIR SITE SITE_CHMOD SITE_CHGRP MTDM >
DenyAll
</Limit>
</Anonymous>
I set an ftp server using proftpd on my ubuntu 10.10. but when I connect to it from another computer with FileZilla, the option "download" is disabled and I can't download any file. I tried to modify the permissions of the files on the server so they can be accessible by everyone (444), but the option "download" of FileZilla is still disabled (the option "downlod" is enabled only on the server). is there any solution to fix this problem? thank you.
this is my /etc/proftpd/proftpd.conf:
ServerType standalone
DefaultServer on
Umask 022
ServerName "41.229.1.54"
ServerIdent on "theeptbook"
ServerAdmin email@example.org
IdentLookups off
UseReverseDNS off
Port 21
PassivePorts 49152 65534
#MasqueradeAddress None
TimesGMT off
MaxInstances 30
MaxLoginAttempts 3
TimeoutLogin 300
TimeoutNoTransfer 120
TimeoutIdle 120
User nobody
Group nobody
DirFakeUser off nobody
DirFakeGroup off nobody
DefaultTransferMode ascii
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
DeleteAbortedStores on
SystemLog /var/log/secure
RequireValidShell off
<Limit LOGIN>
AllowUser eptbook
DenyALL
</Limit>
<Anonymous /home/ftp>
User eptbook
Group eptbookgroup
AnonRequirePassword on
MaxClients 10 "The server is full, hosting %m users"
<Limit LOGIN>
Allow from All
Deny from all
</Limit>
AllowOverwrite off
<Limit LIST NLST STOR STOU APPE RETR PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
AllowAll
</Limit>
<Limit RNFR RNTO DELE MKD XMKD SITE_MKDIR RMD XRMD SITE_RMDIR SITE SITE_CHMOD SITE_CHGRP MTDM >
DenyAll
</Limit>
</Anonymous>