-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea3c871
commit ec2a5af
Showing
3 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters