Transferring files

Uploading files to compute resources can be accomplished using command line tools such as SCP or Secure File Transfer tools such as FileZilla, Web Transfer tools such as Globus Online or Windows File Explorer.

Koko File Transfer in Windows:

Using Windows File Explorer

  • Open File Explorer
  • Navigate to \\koko-dtn.hpc.fau.edu in the address bar
    • If prompted for user credentials enter your FAU NetID (such as “fau\<username>”)

 

  • Open your group share or personal folder to copy data to or from koko

Using Mac OS X Finder

  • In Finder, click Go and select ‘Connect to Server…’

  • Type in ‘smb://koko-dtn.hpc.fau.edu’ in the Server Address field. If you are on the Boca Campus’ WiFi network, please use smb://koko-boca.fau.edu instead.

  • Enter your FAU credentials with fau\<username> as the format for the Name field and click Connect to continue. FAU indicates the domain where your username resides.
    • Checking the “Remember this password in my keychain” box will save the username and password but you may have issues when you are required to change your password again.

  • Select the folder you wish to connect to and select OK. The folder with your username is your home directory. The folder labeled ‘groups’ is for users that have a group share on Koko.

Globus Online:

Globus Online enables you to move, sync, and share your data using just a web browser. We take care of time consuming, error prone IT tasks so you can focus on your research. FAU’s HPC home directories are accessible using the fauhpc:cloud endpoint. More information.

 

Using OnDemand:

 

  • Go to Files>Home Directory

  • If you want to download files, on the white boxes located on the left, mark them, then click on the Download button displayed on the top right.        

  •      Likewise, you can upload files or folders to Ondemand. Click on Upload, and this pop up will display. Click on the blue options depending on your need, then, you will be able to choose what to upload as it will open your file explorer.

 

 

  • Additionally, you can also drag and drop files to your file explorer.

  • Likewise, you can drag and drop a file from your file explorer to koko.

 

 

  • If you want to move around files on Ondemand, click the white box to the left of the file, then click on Copy/Move. A notification on the top left will appear.
  • Click on a folder, click Move, and that file or folder will be moved there. Or, if you want to make a copy instead, press copy, and the file you chose will be copied to the designated directory that you are in.

 

      

Transferring files via scp:

Using Mac/Linux/Powershell:

Transfer files from local to koko:

scp source destination:/file_location
Eg: scp home/user/Documents/testfile1.txt netid@koko-login.hpc.fau.edu:/mnt/beegfs/home/user/

Transfer a local directory to koko:

scp -r source destination:/file_location
Eg:  scp -r home/user/Documents/testfolder netid@koko-login.hpc.fau.edu:/mnt/beegfs/home/user/

Transfer files from koko to local :

scp source:/file_location destination:/file_location
Eg: scp netid@koko-login.hpc.fau.edu:/mnt/beegfs/home/user/testfile1.txt /home/user/Documents/

Transfer a remote directory to local:

scp -r source:/file_location destination:/file_location
Eg: scp -r netid@koko-login.hpc.fau.edu:/mnt/beegfs/home/user/testfolder /home/user/Documents/

 

0% helpful - 1 review
Print Article

Details

Article ID: 141367
Created
Mon 8/22/22 1:15 PM
Modified
Wed 7/10/24 9:50 AM