diff --git a/_episodes/16-transferring-files.md b/_episodes/16-transferring-files.md index 9d07c2c8..2e7fb689 100644 --- a/_episodes/16-transferring-files.md +++ b/_episodes/16-transferring-files.md @@ -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 diff --git a/_includes/snippets_library/UCL_Myriad_sge/filezilla-remote-instructions.snip b/_includes/snippets_library/UCL_Myriad_sge/transferring-files/filezilla-ssh-tunnel-instructions.snip similarity index 99% rename from _includes/snippets_library/UCL_Myriad_sge/filezilla-remote-instructions.snip rename to _includes/snippets_library/UCL_Myriad_sge/transferring-files/filezilla-ssh-tunnel-instructions.snip index e2b8e267..8f0e9e1e 100644 --- a/_includes/snippets_library/UCL_Myriad_sge/filezilla-remote-instructions.snip +++ b/_includes/snippets_library/UCL_Myriad_sge/transferring-files/filezilla-ssh-tunnel-instructions.snip @@ -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