Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
hpc:tutorials:fs:windows_file_transfer [2024/04/19 13:06] – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1 | hpc:tutorials:fs:windows_file_transfer [2024/07/31 13:43] (aktuell) – | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | ==== File Transfer for Windows ==== | ||
+ | {{ : | ||
+ | If you want to transfer files from your Windows workstation to your home directory on the cluster you need an SFTP client. | ||
+ | A popular option is Putty' | ||
+ | |||
+ | To connect to the cluster run **open gateway.hpc.tu-berlin.de** | ||
+ | |||
+ | You can move files from your local directory to the remote directory and vice versa. | ||
+ | Use **lcd** to change your local directory (e.g. **lcd C: | ||
+ | **cd** to change the remote directory, **ls** to list the contents of the remote directory you are currently in. | ||
+ | Use **get -r < | ||
+ | |||
+ | run **help** to list all commands. | ||
+ | |||
+ | === WinSCP === | ||
+ | |||
+ | An alternative to Puttys SFTP client is the WinSCP client. It can be installed in inside the users directory, so no administrator permissions are required. A portable version also exists. | ||
+ | WinSCP can be downloaded [[http:// | ||
+ | To connect to the cluster start WinSCP and enter **gateway.hpc.tu-berlin.de** as hostname. File protocol is SFTP port is 22. Then login. Enter your TU-username and your password when asked. |