Is an FTP client available on Levante?#

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

$ module load lftp/4.8.1-gcc-11.2.0
$ lftp <ftp_server_name>

The user name for authentication can be provided via option -u or --user.

Alternatively, you can use the command line tool curl which supports a variety of data transfer protocols and is available without loading a module.