惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
小众软件
小众软件
有赞技术团队
有赞技术团队
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
WordPress大学
WordPress大学
J
Java Code Geeks
罗磊的独立博客
V
Visual Studio Blog
雷峰网
雷峰网
H
Help Net Security
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
F
Fortinet All Blogs

新城旧梦

Anaconda环境下安装PYG及CUDA - 新城旧梦 高中三年复盘 - 新城旧梦 2024年终总结 - 新城旧梦 高数上笔记 - 新城旧梦 鸿蒙开发记录 - 新城旧梦 git仓库迁移并保留所有记录 - 新城旧梦 记一次ssh无法登陆的处理 - 新城旧梦 Amysql 1.7 for Docker发布 - 新城旧梦 2023新年快乐 - 新城旧梦
amftp 3.0 for docker 发布 - 新城旧梦
dadafox · 2023-01-29 · via 新城旧梦

Amftp docker image

Docker container for Amftp

Official Website

Introduce

AMFTP is a safe, efficient and powerful online FTP management client (open source and free). Using AMFTP can manage the file data of the FTP server online. Online operation can avoid time-consuming operations such as switching back and forth of the local client's FTP instructions, greatly improve the response time of FTP operations, and realize the functions of local clients' inability to copy FTP files, remote download, file decompression, data compression, etc.

AMFTP是一个安全高效、功能强大的在线FTP管理客户端 (开源免费),使用AMFTP可线上对FTP服务器文件数据进行管理,线上运行可避免本地客户端FTP指令来回切换等操作耗时, 可大幅提高FTP操作响应时间、与实现本地客户端无法复制FTP文件、远程下载、文件解压、数据压缩等功能。

Usage

docker pull itxcjm/amftp:1.0 

docker run -p 81:80 --name amftp itxcjm/amftp:1.0