add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,23 +1,23 @@
# ftp
> 在本地和远程 FTP 服务器之间交互式传输文件。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/ftp>.
> 交互式地在本地和远程 FTP 服务器之间传输文件。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/ftp>
- 交互式连接一个远程 FTP 服务:
- 交互式连接远程 FTP 服务
`ftp {{主机名}}`
`ftp {{host}}`
- 匿名登录:
- 匿名用户身份登录:
`ftp -A {{主机名}}`
`ftp -A {{host}}`
- 初始连接时禁用自动登录:
- 禁用初始连接时自动登录:
`ftp -n {{主机名}}`
`ftp -n {{host}}`
- 运行包含 FTP 命令列表的文件:
`ftp -s:{{文件的路径}} {{主机名}}`
`ftp -s:{{path\to\file}} {{host}}`
- 下载多个文件(通配符表达式):
@@ -27,10 +27,10 @@
`mput {{*.zip}}`
- 远程服务器上删除多个文件:
- 删除远程服务器上多个文件:
`mdelete {{*.txt}}`
- 显示详细的帮助:
- 显示帮助信息
`ftp --help`
`ftp --help`