Skip to content

Commit

Permalink
Add 'lftp with Bianca' page
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 13, 2024
1 parent ea3c871 commit ec2a5af
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 10 deletions.
27 changes: 27 additions & 0 deletions docs/cluster_guides/lftp_with_bianca.md
Original file line number Diff line number Diff line change
@@ -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://[email protected]/sven-sens2016001/
```
5 changes: 5 additions & 0 deletions docs/cluster_guides/sftp_with_bianca.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down
12 changes: 2 additions & 10 deletions docs/cluster_guides/transfer_bianca.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<username>-<projname>@bianca-sftp.uppmax.uu.se/<username>-<projname>/
```
`sftp` is a terminal SFTP client to transfer files to/from Bianca.
See [using `lftp` with Bianca](lftp_with_bianca.md).

## Transit server

Expand Down

0 comments on commit ec2a5af

Please sign in to comment.