Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


LFTP Centos 8

16 Jul 2021 »

https://lftp.yar.ru/get.html

wget http://lftp.yar.ru/ftp/lftp-4.9.2.tar.gz
tar xzvf lftp-4.9.2.tar.gz
cd lftp-4.9.2
yum -y install gcc gcc-c++ ncurses-devel readline-devel gnutls-devel zlib-devel
./configure
make
make install