File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 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
204from one place to the other. This page shows how to do [ file transfer] ( file_transfer.md ) to/from
215the [ 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+
4949To facilitate secure data transfers to, from,
5050and within the system for computing on sensitive data a special service is available
5151via SSH at ` transit.uppmax.uu.se ` .
You can’t perform that action at this time.
0 commit comments