1. connect to lagoa:
ssh lounge.imp.fu-berlin.de
ssh lagoa
2. start screen session:
screen
(press enter to skip the info screen)
3. connect to spree with smbclient:
smbclient //spree.imp.fu-berlin.de/begendiv -W FU-BERLIN
4. go to the folder you want to download to:
cd raw_data/2018 (or whatever)
5. start download:
wget
6. detach screen session:
press Ctrl+A and after that D
7. log out from lagoa
8. re-attach to the screen session (later):
screen -r (logged into lagoa)