Skip to content

Commit e33498e

Browse files
Make it clearer where users need to go, thanks @royfrancis
1 parent ce7d7a0 commit e33498e

File tree

1 file changed

+14
-36
lines changed

1 file changed

+14
-36
lines changed

docs/cluster_guides/transfer_bianca.md

Lines changed: 14 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -29,42 +29,20 @@ For all file transfer on Bianca:
2929

3030
There are multiple ways to transfer files to/from Bianca:
3131

32-
Method |Features
33-
----------------------------------------------------------------------------------|---------------------------------------------
34-
[Using a graphical program](#using-a-graphical-program) |Graphical interface, intuitive, for small amounts of data only
35-
[Using FileZilla](../software/bianca_file_transfer_using_filezilla.md) |All operating systems
36-
[Using WinSCP](../software/bianca_file_transfer_using_winscp.md) |Windows-only
37-
[Using `rsync`](#using-rsync) |[Terminal](../software/terminal.md), recommended
38-
[Using `sftp`](#using-sftp) |[Terminal](../software/terminal.md), easy to learn, can use terminal commands to select files
39-
[Using `lftp`](#using-lftp) |[Terminal](../software/terminal.md)
40-
Transit server from/to Rackham, see below |[Terminal](../software/terminal.md), can be used to transfer data between clusters in general
41-
[Mounting `wharf` on your local computer](#mounting-wharf-on-your-local-computer) |Both graphical and [terminal](../software/terminal.md), need a computer with `sshfs` installed
42-
43-
## Using a graphical program
44-
45-
![FileZilla connected to Bianca](../software/img/filezilla_login_to_bianca_236_x_266.png)
46-
47-
> FileZilla connected to Bianca
48-
49-
To transfer files to/from [Bianca](bianca.md)
50-
one can use a graphical tool, such as FileZilla and WinSCP.
51-
See [Bianca file transfer using a graphical program](../software/bianca_file_transfer_using_gui.md)
52-
for details.
53-
54-
## Using `sftp`
55-
56-
`sftp` is a terminal SFTP client to transfer files to/from Bianca.
57-
See [Bianca file transfer using sftp](../software/bianca_file_transfer_using_sftp.md).
58-
59-
## Using `lftp`
60-
61-
`sftp` is a terminal SFTP client to transfer files to/from Bianca.
62-
See [Bianca file transfer using lftp](../software/bianca_file_transfer_using_lftp.md).
63-
64-
## Using `rsync`
65-
66-
[rsync](../software/rsync.md) is a terminal program to transfer files to/from Bianca.
67-
See [Bianca file transfer using rsync](../software/bianca_file_transfer_using_rsync.md).
32+
<!-- markdownlint-disable MD013 --><!-- Tables cannot be split up over lines, hence will break 80 characters per line -->
33+
34+
UPPMAX guide |Features
35+
-------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------
36+
[File transfer to/from Bianca using a graphical program](../software/bianca_file_transfer_using_gui.md)|A general page for tools with a graphical user interface
37+
[File transfer to/from Bianca using FileZilla](../software/bianca_file_transfer_using_filezilla.md) |Graphical interface, intuitive, for small amounts of data only, all operating systems
38+
[File transfer to/from Bianca using WinSCP](../software/bianca_file_transfer_using_winscp.md) |Graphical interface, intuitive, for small amounts of data only, Windows-only
39+
[File transfer to/from Bianca using `rsync`](../software/bianca_file_transfer_using_rsync.md) |[Terminal](../software/terminal.md), recommended
40+
[File transfer to/from Bianca using `sftp`](../software/bianca_file_transfer_using_sftp.md) |[Terminal](../software/terminal.md), easy to learn, can use terminal commands to select files
41+
[File transfer to/from Bianca using `lftp`](../software/bianca_file_transfer_using_lftp.md) |[Terminal](../software/terminal.md)
42+
Transit server from/to Rackham, see below |[Terminal](../software/terminal.md), can be used to transfer data between clusters in general
43+
[Mounting `wharf` on your local computer](#mounting-wharf-on-your-local-computer) |Both graphical and [terminal](../software/terminal.md), need a computer with `sshfs` installed
44+
45+
<!-- markdownlint-enable MD013 -->
6846

6947
## Transit server
7048

0 commit comments

Comments
 (0)