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