Discussion
Nice. Lots of GUI features.
For me, it seems Emacs (a more TUI experience) covers quite a bit of the SFTP/file handling use cases there (perhaps with poorer performance due to it running single threaded), though, as far as I know, not the other ones for process handling, disk free space etc.
lftp works fine from command line (passwords from env vars):
``` sh
(cd public ; lftp -u ftp@donkersautomatisering.nl --env-password -e "mirror -R -n -v .; bye" ftp.donkersautomatisering.nl/domains/donkersautomatisering.nl/public_html)
```
https://github.com/maridonkers/nl.donkersautomatisering/blob/master/Makefile