View Single Post
  #3 (permalink)  
Old 25-Jun-2009, 07:00
swerdna's Avatar
swerdna swerdna is online now
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,882
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default re: SOLVED: wget is hanging on transferring images

Quote:
Originally Posted by ken_yap View Post
Does the ftp server have some kind of rate-limiting?
I don't know how to answer than, not knowing much about ftp / vsftpd. I looked in vsftpd.conf and this is commented out: #anon_max_rate=7200. I don't know if that implies some other default value is active. The actual contents are:
Quote:
dirmessage_enable=YES
nopriv_user=ftpsecure
anonymous_enable=NO
anon_world_readable_only=YES
syslog_enable=NO
connect_from_port_20=YES
pam_service_name=vsftpd
listen=YES
ssl_enable=NO
pasv_min_port=30000
pasv_max_port=30100
anon_mkdir_write_enable=NO
anon_root=/srv/ftp
anon_upload_enable=NO
chroot_local_user=YES
ftpd_banner=Welcome message
idle_session_timeout=900
local_enable=YES
log_ftp_protocol=NO
max_clients=10
max_per_ip=10
pasv_enable=YES
ssl_sslv2=NO
ssl_sslv3=NO
ssl_tlsv1=YES
write_enable=YES
local_root=/home/
local_umask=022
__________________
Drop in and visit some time.
Reply With Quote