VSFTP - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: FTP Server (https://www.linux-noob.com/forums/forum-85.html) +--- Thread: VSFTP (/thread-3042.html) |
VSFTP - fxdsuperglide - 2004-11-28 Well, I have a problem I am using Fedora 3 and I cannot get a ftp connection is there anyone out there that has any real luck with vsftp. VSFTP - hijinks - 2004-11-29 try this chkconfig vsftpd on service vsftpd start do that as root and it should start your ftp server VSFTP - xDamox - 2004-12-23 you could also do: Code: /etc/init.d/vsftpd start the above will start your FTP server btw the vsftpd.conf is located in /etc/vsftpd dir |