How to Install LFTP in Linux


LFTP is a Linux command-line utility used to download and upload files from one server to another.


Features:
  • File directories recursive copying
  • Segmented file transfer
  • Recursive copying of file directories
  • Resuming partial downloads
  • Transfer queues


Install LFTP in Linux

$ sudo apt-get install lftp     [On Debian, Ubuntu and Mint]
$ sudo yum install lftp         [On RHEL/CentOS/Fedora/OEL]
$ sudo emerge -a net-ftp/lftp   [On Gentoo Linux]
$ sudo pacman -S lftp           [On Arch Linux]
$ sudo zypper install lftp      [On OpenSUSE]   






If you like please follow and comment