ossftp 基于阿里云对象存储的FTP服务

特点

安装

curl https://gosspublic.alicdn.com/ossftp/ossftp-1.2.0-linux-mac.zip -o ossftp.zip
unzip ossftp.zip
cd ossftp-1.2.0-linux-mac

# 可选,建议使用virtualenv

# 按实际需求修改config.json,参考 <https://help.aliyun.com/document_detail/197500.html>

# 启动
bash start.sh

使用

本地desktop使用FileZilla上传大文件

  1. FileZilla站点设置 ossftp-filezilla-setting
  2. 上传效果 ossftp-upload

远程服务器使用内置ftp命令下载指定文件

  1. linux主机下载 ossftp-download

注意

参考