Skip to content

Commit

Permalink
fix markdown and relocate UCL snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris committed Jul 25, 2024
1 parent 561becf commit 2c447a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _episodes/16-transferring-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ Hit "Quickconnect" to connect. You should see your remote files appear on the
right hand side of the screen. You can drag-and-drop files between the left
(local) and right (remote) sides of the screen to transfer files.

{% include {{ site.snippets }}/filezilla-remote-instructions.snip %}
{% include {{ site.snippets }}/transferring-files/filezilla-ssh-tunnel-instructions.snip %}

Finally, if you need to move large files (typically larger than a gigabyte)
from one remote computer to another remote computer, SSH in to the computer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using your terminal.
> {{ site.local.prompt }} ssh -L 3333:{{ site.remote.login }}:22 {{ site.remote.user }}@ssh-gateway.ucl.ac.uk -N
> ```
> {: .language-bash}
>
>
> This connects the local port 3333 to the cluster's SSH port, via the
> remote gateway. The `-N` option tells it not to execute any remote
> commands. Leave this running in the terminal and in FileZilla, set
Expand Down

0 comments on commit 2c447a6

Please sign in to comment.