Horje
ssh copy file from local to remote Code Example
copy file from ssh to local
scp username@remoteHost:/remote/dir/file.txt /local/dir/
ssh copy file from local to remote
scp -P 22 localfile.txt remoteuser@remoteserver:/remote/folder/
copy from remote to local
scp file.txt remote_username@10.10.0.2:/remote/directory
Source: linuxize.com
copy file from ssh server to local
scp host_name:file_server path_local




Shell

Related
uninstall brew from linux Code Example uninstall brew from linux Code Example
install itertools Code Example install itertools Code Example
git version Code Example git version Code Example
uninstall dependencies yarn Code Example uninstall dependencies yarn Code Example
pip uninstall all from env Code Example pip uninstall all from env Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9