Skip to content

Using sftp with Bianca

sftp is a command-line program to transfer files to/from Bianca.

Usage

Would you enjoy a video?

A video showing how to sftp with Bianca can be found here.

When inside of SUNET (which can be on a local computer or on Rackham) do:

sftp [user_name]-[project_id]@bianca-sftp.uppmax.uu.se:/[user_name]-[project_id]

where

For example:

sftp sven-sens2016001@bianca-sftp.uppmax.uu.se:/sven-sens2016001

sftp will ask for a password:

sven-sens2016001@bianca-sftp.uppmax.uu.se's password:

The password is your normal UPPMAX password directly followed by the six digits from the the UPPMAX 2-factor authentication. For example, if your password is VerySecret and the second factor code is 123456 you would type VerySecret123456 as the password in this step.

After typing in the password and 2FA one sees a welcome message and the sftp prompt.

How does that look like?

This is the welcome message:

Hi!

You are connected to the bianca wharf (sftp service) at
bianca-sftp.uppmax.uu.se.

Note that we only support SFTP, which is not exactly the
same as SSH (rsync and scp will not work).

Please see our homepage and the Bianca User Guide
for more information:

https://www.uppmax.uu.se/support/user-guides/bianca-user-guide/

If you have any questions not covered by the User Guide, you are
welcome to contact us at support@uppmax.uu.se.

Best regards,
UPPMAX

richel-sens2016001@bianca-sftp.uppmax.uu.se's password:
Connected to bianca-sftp.uppmax.uu.se.
sftp>
How do I get rid of the welcome message?

Use sftp's -q (which is short for 'quiet') flag:

sftp -q sven-sens2016001@bianca-sftp.uppmax.uu.se

The last line, sftp> is the sftp prompt.

Once connected you will have to type the sftp commands to upload/download files. See the UPPMAX page on sftp how to do so.

With sftp you only have access to your wharf folder.