sudo apt-get install vsftpd
configファイルは
/etc/vsftpd.conf
ここ。
#local_enable=YES
これをコメントアウト
local_enable=YES
#ftpd_banner=Welcome to blah FTP service.
これをコメントアウト
ftpd_banner=Welcome to blah FTP service.
restartをする
sudo /etc/init.d/vsftpd restart
* Stopping FTP server: vsftpd
...done.
* Starting FTP server: vsftpd
...done.
FTPで接続できるようになったが、フォルダが作れない。
#write_enable=YES
これをコメントアウト
write_enable=YES
restart
おし!!
カレントディレクトリは
/home/ユーザー名/のようだ。
★宿題
カレントディレクトリを
/home/ユーザー名/ftp_root/
へ変更したい。
ついでに
anonymous_enable=YES
anonymous接続を無効にしておいた。
#anonymous_enable=YES
※cd カレントディレクトリへ移動
0 件のコメント:
コメントを投稿