hothero's TechNote
  • Home
  • About Ronald
  • Portfolio
  • Tag - Rails
  • Tag - Ruby
  • Tag - AWS
Subscribe

FTP

A collection of 2 posts

FTP

[Note] Setup FTP server on Opensuse

本文是採用pure-ftpd作為我們的ftp server,有試過常見的vftpd,但權限等問題難以釐清,故捨棄。 安裝步驟 於terminal鍵入"yast2" 選擇"軟體" -> "軟體管理" 輸入"pure-ftpd"做搜尋 -> 按下enter選擇 -> 按下F10接受並開始安裝 設定開機啟動 chkconfig pure-ftpd

hothero hothero
aws

Set up FTP Server on Amazon EC2

sudo yum install vsftpd       # installation sudo vi /etc/vsftpd/vsftpd.conf # 進入設定檔修改成我們需要的設定 sudo service vsftpd start sudo service vsftpd restart chkconfig vsftpd on # 開機時便能自動啟動ftp server 設定檔修改 關閉匿名使用者的登入:anonymous_enable=NO(約在12行) 使本機的使用者可登入FTP:local_

hothero hothero
hothero's TechNote © 2018
Latest Posts Facebook Twitter Ghost

Subscribe to hothero's TechNote

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox