sh SCP工作流程

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh SCP工作流程相关的知识,希望对你有一定的参考价值。

# Reference
# http://kb.iu.edu/data/agye.html

# Use this command to copy the contents from source path to destination path
scp wp-content/uploads/2013/02/*.* fashionizer@pagodabox.com:shared/wp-content/uploads/2013/02/

# This command copies the files from a local machine to a remote server
scp ~/Desktop/letter.png grayghostvisuals.com@grayghostvisuals.com:~/domains/static.grayghostvisuals.com/

# Copy a file from remote to local machine
scp grayghostvisuals.com@grayghostvisuals.com:~/domains/static.grayghostvisuals.com/html/codepen/letter.png ~/Desktop/

# Syntax
# scp [options] username1@source_host:directory1/filename1 username2@destination_host:directory2/filename2

scp ~/Desktop/st-tags-hotkey.gif grayghostvisuals.com@grayghostvisuals.com:~/domains/static.grayghostvisuals.com/html/imgblog/

以上是关于sh SCP工作流程的主要内容,如果未能解决你的问题,请参考以下文章

sh 使用SCP通过SSH复制文件

sh SCP使用

sh 使用ProxyCommand的scp

sh scp cheatsheet

sh 如何使用SCP

sh SSH和SCP LigthSail命令