VSFTP: Difference between revisions

From GotOpinion
Jump to navigation Jump to search
m removed broken link to Linux Home Networking
m added install on Ubuntu section
 
Line 2: Line 2:


[http://vsftpd.beasts.org/ vsftpd] home
[http://vsftpd.beasts.org/ vsftpd] home
== setup vsftp on Ubuntu 18.04.6 LTS ==
# Update repositories <code>sudo apt update</code>
# Install vsftpd <code>sudo apt install vsftpd</code>
# Start vsftpd <code>sudo systemctl start vsftpd</code>
# Optionally, start vsftpd at Ubuntu startup <code>sudo systemctl enable vsftpd</code>


<center>[[Software|To Software]]</center>
<center>[[Software|To Software]]</center>

Latest revision as of 12:59, 4 February 2022

vsftp links[edit | edit source]

vsftpd home

setup vsftp on Ubuntu 18.04.6 LTS[edit | edit source]

  1. Update repositories sudo apt update
  2. Install vsftpd sudo apt install vsftpd
  3. Start vsftpd sudo systemctl start vsftpd
  4. Optionally, start vsftpd at Ubuntu startup sudo systemctl enable vsftpd
To Software