Two of the most widely available tools for secure file transfer are SCP (Secure Copy) and SFTP (Secure File Transfer Protocol) which utilize the SSH protocol to implement security. While SCP is a simple, non-interactive command line tool, it is often a more suitable choice when setting up unattended file transfers using scripts. Alternatively, SFTP is an interactive tool which offers features like remote file listing, copying, deleting, directory creation, etc.
While SCP and SFTP are often available out of the box on Linux and Mac systems, ITS also offers downloads of Fetch (login required) for MacOS and WS_FTP for (login required) for Windows from the Software Download site. Below are some basic examples showing syntax for both tools. Note that while the examples are specific to Helium, they are broadly applicable, and both commands have extensive man pages available.
...