Skip to content

Commit

Permalink
Progress #49
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 6, 2024
1 parent 5e328c6 commit 2452d0a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/cluster_guides/rackham_file_transfer_using_sftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sftp [email protected]

4. In `sftp`, upload/download files to/from Rackham

Basic `sftp` command can be found [here](https://www.uppmax.uu.se/support/user-guides/basic-sftp-commands/).
Basic `sftp` command can be found [here](../software/sftp.md).

```mermaid
flowchart TD
Expand Down
4 changes: 2 additions & 2 deletions docs/cluster_guides/rackham_file_transfer_using_transit.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ This means that if you upload files to Transit using SFTP,
they will remain there as long a the connection is active.
These files need to be forwarded to more permanent storage.

Basic `sftp` command can be found [here](https://www.uppmax.uu.se/support/user-guides/basic-sftp-commands/).
Basic `sftp` command can be found [here](../software/sftp.md).

### Login to transit

Expand Down Expand Up @@ -264,7 +264,7 @@ This means that if you upload files to Transit using SFTP,
they will remain there as long a the connection is active.
These files need to be forwarded to more permanent storage.

Basic `sftp` command can be found [here](https://www.uppmax.uu.se/support/user-guides/basic-sftp-commands/).
Basic `sftp` command can be found [here](../software/sftp.md).

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/cluster_guides/transfer_bianca.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Be sure to really use a SFTP client -- not just a SCP client.

## Using standard SFTP client (command line)
---
<https://www.uppmax.uu.se/support/user-guides/basic-sftp-commands/>
<../software/sftp.md>

```bash
$ sftp -q <username>-<projid>@bianca-sftp.uppmax.uu.se
Expand Down
2 changes: 1 addition & 1 deletion docs/cluster_guides/transit_file_transfer_using_sftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For example, to upload a file to Transit:
put my_file.txt
```

Basic `sftp` command can be found [here](https://www.uppmax.uu.se/support/user-guides/basic-sftp-commands/).
Basic `sftp` command can be found [here](../software/sftp.md).

## Where do my files end up?

Expand Down
2 changes: 2 additions & 0 deletions docs/software/sftp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SFTP

0 comments on commit 2452d0a

Please sign in to comment.