Vsftpd anonymous download error 601-Collection of common programming errors
I have a vsftpd on a Ubuntu 12.04 install when downloading the files through chrome as anonymous they download when they are drag-and-dropped onto the desktop, however when the files are clicked this error appears.
Error 601 (net::ERR_FTP_FAILED): Unknown error.
This is the error in the vsftpd log:
Mon Sep 17 00:01:41 2012 [pid 3] [ftp] FAIL DOWNLOAD
Here’s the config file.
listen=YES
anonymous_enable=YES
anon_root=/home/logadmin/ftp
no_anon_password=YES
local_enable=YES
write_enable=YES
anon_umask=022
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
secure_chroot_dir=/var/run/vsftpd/empty
UPDATE: uninstalled vsftpd to try it with proftpd the error went away, however when a file is clicked it still will not automatically download, instead just loads forever. Downloads are still possible when the file right clicked and “save link as” is used, or the file can be drag-and-dropped on the desktop. The files are mp3s that are automatically uploaded.