Setup FTP Server on Ubuntu

1. Check if FTP service is exists.

2013-10-25_113851

 

2. Install vsftpd

$ sudo apt-get install vsftpd

3. Command line to check your FTP service.

2013-10-25_113929

 

2013-10-25_113948

 

4. The default vsftpd configuration file is /etc/vsftpd.conf. You need to edit this file using text editor such as vim:

2013-10-25_161529

 

5. Uncomment these lines.

2013-10-25_161649

 

2013-10-25_161726

 

2013-10-25_162135

 

6. Type this command.

2013-10-25_161937

 

7. Add new FTP user to this file.

2013-10-25_161855

8. Restart your FTP service.

2013-10-25_161916

 

9. Test FTP connection from other machine.

2013-10-25_162230

 

10. Click to allow access.

2013-10-25_162253

 

11. Tada =)

2013-10-25_162319

Leave a comment