SSH&SCP
SSH&SCP
### Connecting:
Once you login, you may use basic linux commands to move around the directories or
manipulate files on the remote system.
Syntax:
- `scp [options] [portNumber] sourceHostFileOrDirectoryPath
destinationDirectoryPath`
NOTE: Use Uppercase 'P' for port number flag (In SSH, we used lowercase 'p').