ssh copy folder from local to remote
scp username@hostname:/path/of/remote/server/filename /path/to/local/destination/folder
ssh copy folder from local to remote
scp username@hostname:/path/of/remote/server/filename /path/to/local/destination/folder
how to transfer data using ssh
#how to copie files using ssh
#copy a file from B to A while logged into B:
scp /path/to/file username@a:/path/to/destination
#to copy a file from B to A while logged into A:
scp username@b:/path/to/file /path/to/destination
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