【发布时间】:2016-02-26 14:40:59
【问题描述】:
我正在使用以下 ftp 命令将文件从本地 mashine 传输到远程 mashine。之后,我想从本地 mashine 中删除文件。我应该为我的案例使用哪个命令?该命令必须在 mput .
之后插入open xx.xxx.xxx.xx
username
password
cd \path\to\remote\mashine
lcd \path\to\local\mashine
binary
mput *.*
disconnect
bye
【问题讨论】:
-
你试过“删除 x.x”吗?用星号代替我的表达式中的“x”(Stackoverflow 在这里不允许使用星号)。 delete是用于文件删除的ftp命令。
标签: batch-file ftp batch-processing ftp-client