CopyFiles

Copy file to remote computer

> scp ./SaveToWordStatic <username>@<ip address or domain>.com:~/testing

Copy file to to another local folder

Copy directory From local ./DEV/ folder to a new local folder called ./Testing/: > cp ./DEV/ ./TESTING/ -r

Journal