B
boliao
Guest
Hi there,
I have a very irritating problem with my FTP on Plesk 7.5.4
My server is running behind a hardware firewall and I've configure the firewall to allow port 21.
In my server I have AFP and I've allow the software firewall to allow the following port to open for the Passive 30000 50000
For my proftpd.include i've set as follow.
ServerName "ProFTPD"
ServerType inetd
ServerType inetd
DefaultServer on
UseReverseDNS off
<Global>
DefaultRoot ~ psacln
AllowOverwrite on
IdentLookups off
PassivePorts 30000 50000
</Global>
DefaultTransferMode binary
UseFtpUsers on
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 30
#Following part of this config file were generate by PSA automatically
#Any changes in this part will be overwritten by next manipulation
#with Anonymous FTP feature in PSA control panel.
#Include directive should point to place where FTP Virtual Hosts configurations
#preserved
ScoreboardFile /var/run/proftpd/scoreboard
# Primary log file mest be outside of system logrotate province
TransferLog /usr/local/psa/var/log/xferlog
#Change default group for new files and directories in vhosts dir to psacln
<Directory /var/www/vhosts>
GroupOwner psacln
</Directory>
# Disable PAM authentication
AuthPAM off
my problem is sometime I can upload file to the server using a client ftp (WSFTP, Cute FTP and so on) but sometime I can't upload at all. They will give me timeout.
I've try this in my office and at home and still get the same problem...... and yes, I've try on different computer, using different FTP client..... sometime can upload files, sometime it just got hang and timeout. I've also asked my friends to give it a try and get the same problem, some people can, some people cannot and worst, those people who can previously, when they use another account, they can't upload!
Btw, I've tried on different ISP too and still face with the same problem........
anyone can tell me what is wrong? because I'm totally lost now.....
if it didn't work at all, that would be easier to solve but when it is intermittent like this, I'm so lost.......
I have a very irritating problem with my FTP on Plesk 7.5.4
My server is running behind a hardware firewall and I've configure the firewall to allow port 21.
In my server I have AFP and I've allow the software firewall to allow the following port to open for the Passive 30000 50000
For my proftpd.include i've set as follow.
ServerName "ProFTPD"
ServerType inetd
ServerType inetd
DefaultServer on
UseReverseDNS off
<Global>
DefaultRoot ~ psacln
AllowOverwrite on
IdentLookups off
PassivePorts 30000 50000
</Global>
DefaultTransferMode binary
UseFtpUsers on
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 30
#Following part of this config file were generate by PSA automatically
#Any changes in this part will be overwritten by next manipulation
#with Anonymous FTP feature in PSA control panel.
#Include directive should point to place where FTP Virtual Hosts configurations
#preserved
ScoreboardFile /var/run/proftpd/scoreboard
# Primary log file mest be outside of system logrotate province
TransferLog /usr/local/psa/var/log/xferlog
#Change default group for new files and directories in vhosts dir to psacln
<Directory /var/www/vhosts>
GroupOwner psacln
</Directory>
# Disable PAM authentication
AuthPAM off
my problem is sometime I can upload file to the server using a client ftp (WSFTP, Cute FTP and so on) but sometime I can't upload at all. They will give me timeout.
I've try this in my office and at home and still get the same problem...... and yes, I've try on different computer, using different FTP client..... sometime can upload files, sometime it just got hang and timeout. I've also asked my friends to give it a try and get the same problem, some people can, some people cannot and worst, those people who can previously, when they use another account, they can't upload!
Btw, I've tried on different ISP too and still face with the same problem........
anyone can tell me what is wrong? because I'm totally lost now.....
if it didn't work at all, that would be easier to solve but when it is intermittent like this, I'm so lost.......