Lftp

LFTP is a sophisticated file transfer program with command line interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. GNU Readline library is used for input. BitTorrent protocol is supported as built-in `torrent’ command. Every operation in lftp is reliable, that is any non-fatal error is handled and the operation is retried automatically. So if downloading breaks, it will be restarted from the point automatically. Even if ftp server does not support REST command, lftp will try to retrieve the file from the very beginning until the file is transferred completely. This is useful for dynamic-ip machines which change their IP addresses quite often, and for sites with very bad internet connectivity. If you exit lftp when some jobs are not finished yet, lftp will move itself to nohup mode in background. The same happens when you have a real modem hangup or when you close an xterm. Lftp has shell-like command syntax allowing you to launch several commands in parallel in background (&). It is also possible to group commands within () and execute them in background. All background jobs are executed in the same single process. You can bring a foreground job to background with ^Z (c-z) and back with command `wait’ (or `fg’ which is alias to `wait’).

Version: 4.9.1

Availability: MARCONI

Target: all

Official web site: ttps://lftp.yar.ru/

Related Commands:

You can load the module with the command:

module load profile/advanced
module load lftp

 

Help and Documentation:

You can find documentation on the module, with the command

module help lftp

Detailed documentation can be found on the web at the original site (ttps://lftp.yar.ru/)