有人能告诉我为什么会出现这个错误吗?
从 Windows 复制到 Unix。
C:\Windows>pscp.exe e:\onbase\outgoing\fa\file.txt [email protected]:/data/banint/DocMgmt/kbande/in/Fav/file.txt -pw password
More than one remote source not supported
最终我需要:
C:\Windows>pscp.exe e:\onbase\outgoing\fa\*.txt [email protected]:/data/banint/DocMgmt/kbande/in/Fav/ -pw password
(即,*.txt
在源参数中使用通配符,并使用目录名称作为目标)。我甚至无法复制单个文件。我确实有两个其他计划任务正在从 Unix 复制到同一台 Windows 服务器,pscp
它们运行良好。
这为什么不起作用?