You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!!! warning "You may want to prioritize next session instead!"
168
-
169
158
???- question "Exercise 0: Use the documentation of your HPC cluster"
170
159
171
160
- Search for how to transfer files to/from your HPC cluster using `scp`. At which URL is it described?
172
161
- Tip: not all HPC centers have documented this, so you *should* give up searching after a while.
162
+
163
+
- If the center maintaining you HPC cluster has not documented how to use `scp`, follow [the Rackham documentation](https://docs.uppmax.uu.se/software/rackham_file_transfer_using_scp).
You can get rid of this prompt if you have setup SSH keys
86
90
87
-
Upload/download files to/from Rackham
91
+
Upload/download files to/from Tetralith
88
92
89
-
In `sftp` session, upload/download files to/from the server.
93
+
In `sftp` session, upload/download files/folders to/from the server.
90
94
91
-
- ``put <filename>`` - Copy a file from the local computer to the remote host
92
-
- ``get <filename>`` - Copy a file from the remote host to the local computer
95
+
- ``put localfile.txt`` - Copy a file from the local computer to the remote host
96
+
- ``get serverfile.txt`` - Copy a file from the remote host to the local computer
93
97
94
98
???- tip "Cheat sheet in the SFTP session"
95
99
@@ -117,12 +121,11 @@ In `sftp` session, upload/download files to/from the server.
117
121
118
122
## Exercises
119
123
120
-
<!-- markdownlint-disable MD013 --><!-- Tables cannot be split up over lines, hence will break 80 characters per line -->
121
-
122
-
??? question "Use the documentation of your HPC cluster"
124
+
??? question "Exercise 0: Use the documentation of your HPC cluster"
123
125
124
126
- Search for how to transfer files to/from your HPC cluster using `scp`. Which URL is it described?
125
-
- Tip: not all HPC centers have documented this, so you *should* give up searching after a while.
127
+
- Tip: not all HPC centers have documented this, so you *should* give up searching after a while.
128
+
- If the center maintaining you HPC cluster has not documented how to use `sftp`, follow [the Rackham documentation](https://docs.uppmax.uu.se/software/rackham_file_transfer_using_sftp).
126
129
127
130
<!-- markdownlint-disable MD013 --><!-- Tables cannot be split up over lines, hence will break 80 characters per line -->
128
131
@@ -141,10 +144,10 @@ In `sftp` session, upload/download files to/from the server.
0 commit comments