Difference between revisions of "FTPServer"
(→Create vsftp server on Ubuntu 22.04) |
(→Create vsftp server on Ubuntu 22.04) |
||
| Line 2: | Line 2: | ||
== Create vsftp server on Ubuntu 22.04 == | == Create vsftp server on Ubuntu 22.04 == | ||
As root or with sudo: | As root or with sudo: | ||
| + | |||
<code>apt install vsftpd</code> | <code>apt install vsftpd</code> | ||
Revision as of 20:19, 28 December 2022
Create vsftp server on Ubuntu 22.04
As root or with sudo:
apt install vsftpd