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

推荐订阅源

B
Blog RSS Feed
WordPress大学
WordPress大学
博客园_首页
罗磊的独立博客
D
Docker
N
Netflix TechBlog - Medium
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
D
DataBreaches.Net
I
InfoQ
L
LangChain Blog
GbyAI
GbyAI
V
V2EX
博客园 - 聂微东
P
Proofpoint News Feed
博客园 - 【当耐特】
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
U
Unit 42
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏

新城旧梦

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