
pscp -r d:\cc root@10.0.0.8:/root/test
copy d:\cc content recursively into the /root/test, contains the cc directory
pscp -r d:\cc\ root@10.0.0.8:/root/test
copy d:\cc content recursively into the /root/test, does not contain the cc directory
Linux之间互相拷贝文件的话使用——scp命令