Navigate Select ESC Close

Linux - FTP Server Setup (vsftpd)

2019-10-01 Science & Technology
64.8k
1.1k
98
Eli the Computer Guy
Eli the Computer Guy
1.1m subscribers

Unlock all features

FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.

Description

Find code and diagrams at: https://www.EliTheComputerGuy.com FTP allows you to upload, download files and perform basic file and directory tasks. FTP is a technology not a single product so there are numerous pieces of server and client software that can be used. Networking Considerations FTP uses Port 21 by default so security software and hardware has to allow traffic on Port 21. If using VirtualBox or other virtualization software you have to make sure Host can communicate with Virtual Machine. In VirtualBox change network settings to “Bridged Adapter” Install vsftpd sudo systemctl status vsftpd – Check status of vsftp service or if it is installed sudo apt-get install vsftpd – Install vsftpd FTP server Base installation of vsftpd allows user accounts to access server with an FTP client and download files. sudo vim /etc/vsftpd.conf – Edit vsftpd.conf file to allow write privileges over FTP. Remove # from infant of write_enable=YES sudo systemctl restart vsftpd – Restart vsftpd to make configuration changes active Home Directories for Users are configured in /etc/passwd file. This can be modified. Remember to consider security in regards to permissions and user accounts. Filezilla: https://filezilla-project.org

Top Comments (10)

@rarressro 2019-10-01

Excuse me? Whats this?? Im glad you re back :)

9
@RJ-jc3du 2020-01-16

You have my undying loyalty

4
@TILR 2020-01-13

Great Tutorial, I have seen other Linux tutorials just assuming people know every little thing to do. Like how to open a .conf file or how to exit the text edit. Now this is how you do a tutorial.

3
@deepakseervi9607 2020-03-28

The only video guide which helped me set up a local FTP ubuntu server which looked daunting, but this was a breeze. Thanks a lot:)

1
@MartinPurvis 2019-10-01

Great stuff, glad to see you doing tutorials again Eli!

1
@natalielegien8993 2023-08-16

Hi! This was very informative in numerous ways. Thank you, sincerely :)

0
@frankconte467 2024-04-27

This is a great video on how to install an FTP server. Thank you!

0
@raskine 2021-04-02

NGL, felt like a big man when all the pieces VM setup, vsftpd.conf, systemctl restart... all finally fell into place

0
@NightpireVideos 2020-02-24

Thanks a lot! I learned so many basics from you over the years!

0
@A-I-R-W-A-L-K 2021-09-12

Appreciate the video man. I knew clicking on your video I'd learn more than I thought. Learned a lot about the Terminal that I didn't know as well.

0

Unlock the Data Inside
Turn Videos into Knowledge

  • Get FREE 10/day: transcripts, summaries, chats
  • Chat with videos, export text & PDF
  • $1 free API credit for RAG, chatbots & research

Free forever plan • All features unlocked

App screenshot