The scp invocation is syntactically fine. Single quotes on the scp variable arguments would be wrong - the variables would not get expanded by the shell. Double-quotes are generally the safe way to to ...
For Linux, Mac, and Windows (PowerShell) an sftp session or scp command to an HPC front-end host can be done easily from on-campus (main or VIMS) or off-campus through the bastion host. In the ...
Ubuntu includes a variety of utilities for connecting to secure shell servers. The standard "ssh" command connects to the remote SSH server and provides a terminal prompt that you can use to run ...
There are many command-line-based programs that can be used to move files from your local Linux machine to the HPC and back, including scp, rsync, and sftp. Use the scp (secure copy) utility to copy ...