此 Repo 的詳細說明,請參考 使用 Docker 建置 FTP(SFTP) 環境
FTP 連線工具: 建議使用 FileZilla
啟用容器
$ docker-compose up
停止並刪除容器
$ docker-compose down
ftp://localhost:2221
帳號: miles
密碼: 123456
sftp://localhost:2222
帳號: miles
密碼: 123456
sftp://localhost:2223
帳號: miles
使用 ./ssh_host_rsa_key
私鑰登入
Edit -> Settings -> Connection/SFTP
-> Add key file -> 匯入 ./ssh_host_rsa_key
-> OK