我用 Linux程序员

Linux ftp文件传输服务器

2017-09-08  本文已影响94人  SpiffyEight77
FTP

The fastest way to build up the FTP on the Linux

1.Input the follow shell orders.

$ sudo apt-get update
$ sudo apt-get install vsftpd
pics

2.Restart the vsftpd

$ sudo service vsftpd restart
pics

3.Set up your own account and password.

$ sudo passwd ftp
pics

4.Edit the vsftpd.conf

$ sudo gedit /etc/vsftpd.conf
  1. anonymous_enable=NO
  2. local_enable=YES
  3. write_enable=YES
  4. anon_mkdir_write_enable=YES
  5. anon_upload_enable=YES

5. Input ftp://localhost in your browser to visit your ftp.

pics

6.Finally Install the FileZilla client on other Windows PCs which want to visit this FTP.

Thank you so much.

上一篇 下一篇

猜你喜欢

热点阅读