...
To open cyberduck, Applications ==> CyberDuck
For the hostname, type: "gowondagc-prd-hpclogin1.rcs.griffith.edu.au"
User name: <yourUsername> e.g. s1234567
Password: Leave it blank for now
Chose the type of FTPSFTP. The default is ftp. Chose SFTP.
With the implementation of 2 factor authentication on the cluster, you will be prompted for authentication using pingID.
Once logged in, you will see the remote files. Open another window on your local filesystem and select the files to be transfered. Simply drag and drop files to transfer files. Watch the youtube video how this is done! ( http://www.youtube.com/watch?v=Xo7rpAANm9U )
...
To copy a file named "core.10437" from HPC login node to local machine: ===================================================================== scp s123456@10.250.250.3:/export/home/s123456/core.10437 . To copy a directory named tmp2 from local machine to HPC login node ==================================================================== scp -r tmp2 s123456@10.250.250.3:/export/home/s123456/
With the implementation of 2 factor authentication on the cluster, you will be prompted for authentication using pingID.