lishidefengchen

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命令

分类:

技术点:

相关文章:

  • 2021-11-05
  • 2021-07-14
  • 2021-12-03
  • 2021-08-25
  • 2021-12-03
  • 2022-12-23
  • 2021-08-05
猜你喜欢
  • 2021-08-23
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-16
  • 2021-08-27
相关资源
相似解决方案