Transferring files from Koko to Athene

To access Koko via the command line terminal, please follow these steps:

  1. Open your terminal application

  2. Enter the following command to initiate the SSH connection:

 

Replace "netid" with your own username and adjust the paths accordingly.

ssh netid@koko-login.hpc.fau.edu

To transfer a directory from Koko to Athene, use the following command:

scp -r netid@koko-login.hpc.fau.edu:/mnt/beegfs/home/netid/folder netid@athene-login.hpc.fau.edu:/mnt/beegfs/home/netid/

You will be prompted to enter your research computing password. Once entered, the directory will be transferred.

If you need to transfer a single file, use this command:

scp netid@koko-login.hpc.fau.edu:/mnt/beegfs/home/netid/file.txt netid@athene-login.hpc.fau.edu/mnt/beegfs/home/netid/

You will be prompted to enter your research computing password. Once entered, the file will be transferred.

Details

Article ID: 150449
Created
Mon 4/15/24 9:34 AM
Modified
Mon 4/15/24 10:00 AM