Skip to content

Commit

Permalink
Link to page
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 21, 2024
1 parent de3cbbb commit d4e68ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/cluster_guides/transfer_bianca.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ There are multiple ways to transfer files to/from Bianca:
Method |Features
----------------------------------------------------------------------------------|---------------------------------------------
[Using a graphical program](#using-a-graphical-program) |Graphical interface, intuitive, for small amounts of data only
[Using `sftp`](#using-sftp) |Terminal, easy to learn, terminal-based, can use terminal commands to select files
[Using `rsync`](#using-rsync) |Terminal, recommended
[Using `sftp`](#using-sftp) |Terminal, easy to learn, can use terminal commands to select files
[Using `lftp`](#using-lftp) |Terminal
Transit server from/to Rackham, see below |Terminal, can be used to transfer data between clusters in general
[Mounting `wharf` on your local computer](#mounting-wharf-on-your-local-computer) |Both graphical and terminal, need a computer with `sshfs` installed
Expand All @@ -59,6 +60,11 @@ See [using `sftp` with Bianca](sftp_with_bianca.md).
`sftp` is a terminal SFTP client to transfer files to/from Bianca.
See [using `lftp` with Bianca](lftp_with_bianca.md).

## Using `rsync`

[rsync](../software/rsync.md) is a terminal program to transfer files to/from Bianca.
See [Bianca file transfer using rsync](bianca_file_transfer_using_rsync.md).

## Transit server

To facilitate secure data transfers to, from,
Expand Down

0 comments on commit d4e68ff

Please sign in to comment.