Horje
copy file from ssh to local Code Example
copy file from ssh to local
scp username@remoteHost:/remote/dir/file.txt /local/dir/
scp send file
scp ./file.txt remote_username@remote_ip:/remote/directory
ssh copy file from local to remote
scp -P 22 localfile.txt remoteuser@remoteserver:/remote/folder/
scp local to remote
scp -i <private_key> ./file.txt remote_username@remote_ip:/remote/directory
copy file from ssh server to local
scp host_name:file_server path_local
copy file from ssh to local windows
pscp.exe username@remoteHost:/remote/dir/file.txt d:\




Shell

Related
material ui install Code Example material ui install Code Example
check if port is running in ubuntu Code Example check if port is running in ubuntu Code Example
brew install pgdump Code Example brew install pgdump Code Example
add github to windows credentials Code Example add github to windows credentials Code Example
how to install libpq Code Example how to install libpq Code Example

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