$ tar xvfz lftp-2.5.2.tar.gz $ cd lftp-2.5.2 $ ./configure (snip) checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for dlfcn.h... yes checking how to run the C++ preprocessor... gcc -E checking the maximum length of command line arguments... 49153 |
$ make $ make check $ su # make install # exit |
$ lftp -u user,password xxx.xxx.xxx.xxx lftp user@xxx.xxx.xxx.xxx:~> ls ls: 致命的エラー: SSL connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol |
set ftp:ssl-allow no |