Transfer files to Charlie
Transfer files to Charlie without using the VPN.
With SSH passthrough enabled, you can transfer files directly from your computer to Charlie using the secure copy utility (scp).
your_local_system$ scp /path/to/file [email protected]:
The destination cfe.bigelow.org: will you to your home directory on Charlie. You can specify a different destination after the colon. E.g. to transfer a file to /mnt/storage/labs/srs/, you would use the following command:
your_local_system$ scp /path/to/file [email protected]:/mnt/storage/labs/srs/
Last modified 2yr ago