Horje
ssh file transfer putty Code Example
ssh file transfer putty
#how to copie files using ssh(putty)

#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




Shell

Related
copy files between servers Code Example copy files between servers Code Example
How to add a pycharm project to github Code Example How to add a pycharm project to github Code Example
upgrade powershell Code Example upgrade powershell Code Example
git clone single branch Code Example git clone single branch Code Example
linux ping latency print on screen .sh file Code Example linux ping latency print on screen .sh file Code Example

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