Is a FTP client available on mistral?#

LFTP is installed on mistral for download and upload of files from/to an external server via File Transfer Protocol (FTP):

$ lftp <ftp_server_name>

The user name for authentication can be provided via option ‘-u’ or ‘–user’, for example:

$ lftp -u guest ftp.zmaw.de

Note: a comprehensive list of software installed on mistral can be found here.