Linux 下scp传文件时错误 scp: /usr/tools: not a regular file 不能成功传送 解决方案
1:有可能没权限 chmod 7772: 在使用scp时加上-r 参数scp -r root@192.168.16.5:/usr/tools/xxxx
linux 远程拷贝文件: scp
原文:http://www.cnblogs.com/mnote/p/6873758.html