UbuntuでFTPサーバーを構築する
目的
FTPが必要になったので構築してみる。
安装
sudo apt -y update
sudo apt -y install vsftpd
起動
systemctl start vsftpd
systemctl enable vsftpd
確認
ftp localhost
ダウンロード
cd /path/
bin
get ubuntu1new.qcow2
FTPが必要になったので構築してみる。
sudo apt -y update
sudo apt -y install vsftpd
systemctl start vsftpd
systemctl enable vsftpd
ftp localhost
cd /path/
bin
get ubuntu1new.qcow2