Skip to content

Commit 8757f12

Browse files
Put important things first
1 parent e33498e commit 8757f12

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/cluster_guides/transfer_bianca.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
# File transfer to/from Bianca
22

3-
```mermaid
4-
flowchart LR
5-
subgraph sunet[SUNET]
6-
subgraph bianca[Bianca]
7-
wharf
8-
end
9-
transit[transit server]
10-
sftp_server[SFTP server]
11-
user[User in SUNET or user on Rackham or user on other NAISSS clusters]
12-
wharf <--> transit
13-
wharf <--> sftp_server
14-
transit <--> user
15-
sftp_server <--> user
16-
end
17-
```
18-
193
[File transfer](file_transfer.md) is the process of getting files
204
from one place to the other. This page shows how to do [file transfer](file_transfer.md) to/from
215
the [Bianca](bianca.md) UPPMAX cluster.
@@ -46,6 +30,22 @@ Transit server from/to Rackham, see below
4630

4731
## Transit server
4832

33+
```mermaid
34+
flowchart LR
35+
subgraph sunet[SUNET]
36+
subgraph bianca[Bianca]
37+
wharf
38+
end
39+
transit[transit server]
40+
sftp_server[SFTP server]
41+
user[User in SUNET or user on Rackham or user on other NAISSS clusters]
42+
wharf <--> transit
43+
wharf <--> sftp_server
44+
transit <--> user
45+
sftp_server <--> user
46+
end
47+
```
48+
4949
To facilitate secure data transfers to, from,
5050
and within the system for computing on sensitive data a special service is available
5151
via SSH at `transit.uppmax.uu.se`.

0 commit comments

Comments
 (0)