File Management
Copy files from local to remote
$ scp /path/to/local user@<REMOTE_IP>:/path/to/server/locationCopy files from remote to local
$ scp user@<REMOTE_IP>:/path/to/server/location /path/to/localUnzip tar files
$ tar -xvzf file.tar.gzLast updated
Was this helpful?