Cluster@WU Transferring data for Linux/Windows

Linux

Copying files to and from the Cluster@WU can be done using any of the usual network copy commands (e.g. scp, rsync)

Example using scp to copy local file to cluster:
scp /path/to/file username@cluster.wu.ac.at:~/

Would copy the file directly into your home directory Example using scp to copy file from cluster to the local computer:
scp username@cluster.wu.ac.at:~/file /path/to/save/file

Would copy the file directly onto your local computer in the specified location on your computer.

Windows

To copy files to and from the Cluster@WU on Windows machines we recommend using WinSCP. The setup is explained on the HOWTO: Login page in the Windows section.

After WinSCP is setup, you can either simply drag and drop files to have them transferred, as you would move files between 2 explorer windows.


Last change: 2014-08-01 by mp