window从linux服务器上下载东西报错:security violation: remote host attempted to write to a '.' or '..' path!
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
·
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条内容
所有评论(0)