Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个批处理文件,它将一些 ftp 命令通过管道传输到主机中,我想将具有特定扩展名的本地目录中的每个文件复制到主机。
i ftp 之后发生的所有事情都是目录更改
放 *.ext 退出
它将把找到的任何给定文件的第一个实例放在主机上,但忽略所有后续实例。有谁知道为什么?
没关系,我发现'put'只会处理一个文件。我正在寻找的命令是'mput'!