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.
try this
chkconfig vsftpd on
service vsftpd start
do that as root and it should start your ftp server
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