From 2bc853262884131fec6d657f208dd76d54629dfe Mon Sep 17 00:00:00 2001 From: gedune Date: Thu, 24 Sep 2020 13:55:43 +0800 Subject: [PATCH] =?UTF-8?q?ftp=20=E5=A2=9E=E5=8A=A0=E5=8C=BF=E5=90=8D?= =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- command/ftp.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/command/ftp.md b/command/ftp.md index 455fbcff13..0b720f5f00 100644 --- a/command/ftp.md +++ b/command/ftp.md @@ -66,6 +66,14 @@ ftp> ? [command] # 同HELP. [command]指定需要帮助的命令名称。如果 ftp> ! # 从 ftp 子系统退出到外壳。 ``` +FTP 匿名登录账号密码 + +```shell +账号:anonymous +密码: anonymous@ +``` + + 关闭FTP连接 ```shell