Horje
how to copy directory to a ssh server Code Example
how to copy directory to a ssh server
# Copy from machine a to b
scp -r /path/to/directory user@ipaddress:/path/to/destination

# Copy from machine b to a
scp -r user@ipaddress:/path/to/destination /path/to/directory




Shell

Related
how to check upstream git Code Example how to check upstream git Code Example
pushed into the wrong repo Code Example pushed into the wrong repo Code Example
install office 365 in ubuntu Code Example install office 365 in ubuntu Code Example
mysql default user password Code Example mysql default user password Code Example
git commit and add in one command Code Example git commit and add in one command Code Example

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