1、pscp -r [email protected]:/home/admin/ D:\LinuxFile
1、pscp -r [email protected]:/home/admin/ D:\LinuxFile\
2、报错
security violation: remote host attempted to write to a '.' or '..' path!
3、只需在路径后跟上一个 * 就好了
pscp -r [email protected]:/home/admin/* D:\LinuxFile\
4、OK
、pscp -r [email protected]:/home/admin/ D:\Li