Skip to content

Transferring Data to/from the Cluster#

We recommended following tools to move files between your local machine and the cluster:

  1. Globus (preferred)

    We use Globus for reliable, high-performance data transfer to and from the cluster. It handles large datasets easily, supports automatic resume/retry, and runs without requiring an open terminal session. You can find instructions to login at File Transfer (Globus Login)

  2. SFTP Tools

    If you prefer small transfers, consider using an SFTP (Secure File Transfer Protocol) application on your local device. Below are some popular examples:

    • macOS: FileZilla, Cyberduck
    • Windows: WinSCP
  3. Command Line Transfers

    Note

    Run these from your local device (not on the cluster).

    SCP

    scp <username>@cronus.uchicago.edu:/home/<username>/path/to/file ~/local/destination/
    

    RSYNC

    rsync -avP <username>@cronus.uchicago.edu:/home/<username>/path/to/dir ~/local/destination/