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.
我必须将一个完整的文件夹从一个来源移动到另一个目的地。 我试过mget *and xcopy,但都不起作用。请推荐一些片段。
mget *
xcopy
我正在使用psftp连接 SFTP 服务器。
psftp
我的代码是:
cd Remote path lcd Local path mget * bye
我也试过mget*和mget *.*。
mget*
mget *.*
利用mget -r folder
mget -r folder
如果您的路径包含空格,请不要忘记用双引号将路径括起来
我假设您使用命令行参数进行连接,否则您将丢失open命令。
open