Linux ftp文件传输服务器
![](https://img.haomeiwen.com/i3452105/60fb34eb666e89d7.png)
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
![](https://img.haomeiwen.com/i3452105/fba70c609fb79a7f.png)
pics
2.Restart the vsftpd
$ sudo service vsftpd restart
![](https://img.haomeiwen.com/i3452105/210784fad783202f.png)
pics
3.Set up your own account and password.
$ sudo passwd ftp
![](https://img.haomeiwen.com/i3452105/9c14e3201614e29f.png)
pics
4.Edit the vsftpd.conf
$ sudo gedit /etc/vsftpd.conf
- anonymous_enable=NO
- local_enable=YES
- write_enable=YES
- anon_mkdir_write_enable=YES
- anon_upload_enable=YES
5. Input ftp://localhost in your browser to visit your ftp.
![](https://img.haomeiwen.com/i3452105/1876cf93a3fd9019.png)
pics
6.Finally Install the FileZilla client on other Windows PCs which want to visit this FTP.
Thank you so much.
本文标题:Linux ftp文件传输服务器
本文链接:https://www.haomeiwen.com/subject/mnrwjxtx.html
网友评论