FTP Server on ubuntu

Set up FTP (vsftpd)


$ sudo apt-get install vsftpd
$ sudo vi /etc/vsftpd.conf

anonymous_enable=NO // Default YES
local_enable=YES // Delete Comment Mark
write_enable=YES //
Delete Comment Mark
local_umask=022
$ sudo /etc/init.d/vsftpd restart

No comments:

Post a Comment