I get a message " no address associated with hostname" trying to set an ftp using Linux(Ubuntu) server ???
i follow the steps :
1- sudo apt-get install vsftpd
2- double click on a file called vsftpd.conf
Change the "anonymous_enable" setting to NO
Change the "local_enable" setting to YES.
3- sudo /etc/init.d/vsftpd restart # to enable change#
4- ftp ftp.nixcraft.in
I get a message:
ftp: ftp.nixcraft.in: no address associated with hostname
and also when i write the commend
ftp localhost
i get the message :
ftp: connect: connection refused
ftp>
please help to solve this problem >>> thanks in advance