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 4: Line 4:
  
 
<code># apt install vsftpd</code>
 
<code># apt install vsftpd</code>
 +
 +
Check is install is done correct:
 +
 +
<code>systemctl status vsftpd --no-pager -l</code>

Revision as of 20:21, 28 December 2022

Create vsftp server on Ubuntu 22.04

!As root or with sudo:

# apt install vsftpd

Check is install is done correct:

systemctl status vsftpd --no-pager -l