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

推荐订阅源

F
Fortinet All Blogs
WordPress大学
WordPress大学
The Cloudflare Blog
云风的 BLOG
云风的 BLOG
博客园 - Franky
D
Docker
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
U
Unit 42
M
MIT News - Artificial intelligence
B
Blog
GbyAI
GbyAI
C
Check Point Blog
P
Proofpoint News Feed
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
IT之家
IT之家
Google DeepMind News
Google DeepMind News
V
V2EX
Stack Overflow Blog
Stack Overflow Blog

新城旧梦

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