Difference between revisions of "FTPServer"

From WIKI.Netdistri.eu
Jump to: navigation, search
(Create vsftp server on Ubuntu 22.04)
(Create vsftp server on Ubuntu 22.04)
Line 3: Line 3:
 
  As root or with sudo:
 
  As root or with sudo:
  
<code>apt install vsftpd</code>
+
<code># apt install vsftpd</code>

Revision as of 20:20, 28 December 2022

Create vsftp server on Ubuntu 22.04

As root or with sudo:

# apt install vsftpd