scp <file to upload> <username>@<hostname>:<destination path>
scp <path to file to upload> <username>@<hostname>:<destination path>
scp -i /path/to/.ssh/id_rsa path/to/file/myFiles.gz myServer.com:/folder/on/server
scp [OPTION] [[user@]SRC_HOST:]file1 [[user@]DEST_HOST:]file2