From ec2a5af8fa5be2d315690900b86ba9bac90845d0 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Mon, 13 May 2024 12:05:15 +0200 Subject: [PATCH] Add 'lftp with Bianca' page --- docs/cluster_guides/lftp_with_bianca.md | 27 +++++++++++++++++++++++++ docs/cluster_guides/sftp_with_bianca.md | 5 +++++ docs/cluster_guides/transfer_bianca.md | 12 ++--------- 3 files changed, 34 insertions(+), 10 deletions(-) create mode 100644 docs/cluster_guides/lftp_with_bianca.md diff --git a/docs/cluster_guides/lftp_with_bianca.md b/docs/cluster_guides/lftp_with_bianca.md new file mode 100644 index 000000000..0633dd230 --- /dev/null +++ b/docs/cluster_guides/lftp_with_bianca.md @@ -0,0 +1,27 @@ +# Using `lftp` with Bianca + +`lftp` is a command-line program +to [transfer files to/from Bianca](tranfer_bianca.md). + +With the command line SFTP client `lftp`, +you need to "set net:connection_limit 1". +`lftp` may also defer the actual connection +until it's really required unless you end your connect URL with a path. + +[When inside of SUNET](../getting_started/get_inside_sunet.md) +(which can be on a local computer or on [Rackham](rackham.md)) do: + +``` +lftp sftp://[user_name]-[project_id]@bianca-sftp.uppmax.uu.se/[user_name]-[project_id]/ +``` + +where + + * `[project_id]` is the ID of your [NAISS project](../getting_started/project.md) + * `[user_name]` is the name of your [UPPMAX user account](../getting_started/user_account.md) + +For example: + +``` +lftp sftp://sven-sens2016001@bianca-sftp.uppmax.uu.se/sven-sens2016001/ +``` diff --git a/docs/cluster_guides/sftp_with_bianca.md b/docs/cluster_guides/sftp_with_bianca.md index 769243136..4e2691d20 100644 --- a/docs/cluster_guides/sftp_with_bianca.md +++ b/docs/cluster_guides/sftp_with_bianca.md @@ -16,6 +16,11 @@ to [transfer files to/from Bianca](tranfer_bianca.md). sftp [user_name]-[project_id]@bianca-sftp.uppmax.uu.se:/[user_name]-[project_id] ``` +where + + * `[project_id]` is the ID of your [NAISS project](../getting_started/project.md) + * `[user_name]` is the name of your [UPPMAX user account](../getting_started/user_account.md) + For example: ``` diff --git a/docs/cluster_guides/transfer_bianca.md b/docs/cluster_guides/transfer_bianca.md index 9f566aa21..ce8f45729 100644 --- a/docs/cluster_guides/transfer_bianca.md +++ b/docs/cluster_guides/transfer_bianca.md @@ -56,16 +56,8 @@ See [using `sftp` with Bianca](sftp_with_bianca.md). ## Using `lftp` -With the command line SFTP client LFTP, -you need to "set net:connection_limit 1". -LFTP may also defer the actual connection -until it's really required unless you end your connect URL with a path. - -An example command line for LFTP would be: - -``` -lftp sftp://-@bianca-sftp.uppmax.uu.se/-/ -``` +`sftp` is a terminal SFTP client to transfer files to/from Bianca. +See [using `lftp` with Bianca](lftp_with_bianca.md). ## Transit server