From 561becfa750b7f97867f00fcdd8d0e735e9cbbc3 Mon Sep 17 00:00:00 2001 From: Camilla Harris <31481972+cdkharris@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:00:26 +0100 Subject: [PATCH] Reference a site snippet for Filezilla in the transferring-files lesson --- _episodes/16-transferring-files.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_episodes/16-transferring-files.md b/_episodes/16-transferring-files.md index 5548dd6d..9d07c2c8 100644 --- a/_episodes/16-transferring-files.md +++ b/_episodes/16-transferring-files.md @@ -448,6 +448,8 @@ 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 %} + 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 hosting the files and use `scp` or `rsync` to transfer over to the other. This