Skip to content

Commit

Permalink
Fix markdown style
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 14, 2024
1 parent 828d6fc commit 2c46599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cluster_guides/transit_file_transfer_using_scp.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ The process is:

In the terminal, copy files using `scp` to download files from Transit:

```
```bash
scp [username]@transit.uppmax.uu.se:/home/[username]/[remote_filename] [local_folder]
```

where `[remote_filename]` is the path to a remote filename,
`[username]` is your UPPMAX username,
and `[local_folder]` is your local folder, for example:

```
```bash
scp sven@transit.uppmax.uu.se:/home/sven/my_remote_file.txt /home/sven
```

Expand All @@ -57,14 +57,14 @@ You can get rid of this prompt if you have setup SSH keys

This is how you **would** copy a file from your local computer to Transit:

```
```bash
scp [local_filename] [username]@transit.uppmax.uu.se:/home/[username]
```

where `[local_filename]` is the path to a local filename,
and `[username]` is your UPPMAX username, for example:

```
```bash
scp my_file.txt sven@transit.uppmax.uu.se:/home/sven
```

Expand Down

0 comments on commit 2c46599

Please sign in to comment.