download_workshop_data - trinityrnaseq/BerlinTrinityWorkshop2018 GitHub Wiki
Downloading your data form the workshop cloud server:
Package up the files you want to retain
From within your cloud ssh session, identify the files and directories that you are keen on saving to your local computer.
You can package them up with a command such as this:
% tar -czvf workshop_file_archive.tar.gz fileA dirA/ ...
just listing the directories and files that you want to have packaged up into the single target file: workshop_file_archive.tar.gz
Downloading the workshop file archive to your computer
It's easiest to use FileZilla as you did before in uploading your data to the server. In this case, you're instead downloading that single tar.gz file to your computer. Just ask questions about this if unclear.
Good luck!!!