Last active
April 3, 2018 08:46
-
-
Save say2sankalp/38d5647f8f616c1d52a9d5f4d67f702d to your computer and use it in GitHub Desktop.
Copying files using scp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ FUCK YOU _ | |
|_| |_| | |
| | /^^^\ | | | |
_| |_ (| "o" |) _| |_ | |
_| | | | _ (_---_) _ | | | |_ | |
| | | | |' | _| |_ | `| | | | | | |
| | / \ | | | |
\ / / /(. .)\ \ \ / | |
\ / / / | . | \ \ \ / | |
| \ \ \ / | |
\ \/ / ||Y|| \ \/ / | |
\__/ || || \___/ | |
() () | |
|| || | |
ooO Ooo | |
copy command from es server to local one by adding fingerprint | |
scp es_upg@192.168.56.10:/tmp/filename.pcap /Users/sankalp/Documents/ | |
to copy from local to remote | |
sudo scp -v /Users/sankalp/.m2/repository/com/skynyrd/kafka/kafka-connect-project/1.0-SNAPSHOT/kafka-connect-project-1.0-SNAPSHOT.jar wsgiserver@192.168.56.6:/home/wsgiserver/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment