Hello,
I'm trying to run an FTP server using vsftpd. When I type in vsftpd /etc/vsftpd.conf in the terminal I get the following output:
Code:
500 OOPS: vsftpd: not configured for standalone, must be started from inetd
I have edited /etc/vsftpd.conf so vasftpd can run standalone and I still get that message.
And when I type
I get
Code:
ftp: connect: Connection Refused
I don't know what to do at this point and vsftpd tutorial haven't helped me very much. I would greatly appreciate any help.
Thanks.