upload local file to server
#scp [source file] [username]@[destination server]:
scp /path/to/file username@servername/ip:/destination/folder/
upload local file to server
#scp [source file] [username]@[destination server]:
scp /path/to/file username@servername/ip:/destination/folder/
ssh download file
scp [email protected]:foobar.txt /local/dir
download file via ssh with port
scp -P 2222 [email protected]:/backup/file.zip /local/dir
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us