SCP
scp file user@host:/path/to/file # copying a file to the remote system using scp command
scp user@host:/path/to/file /local/path/to/file # copying a file from the remote system using scp command
Last updated
Was this helpful?
scp file user@host:/path/to/file # copying a file to the remote system using scp command
scp user@host:/path/to/file /local/path/to/file # copying a file from the remote system using scp command
Last updated
Was this helpful?