November 10, 2015
LFTP Overview & FAQ
Batch/Bash use
Host key verification failed
mirror: Fatal error: Host key verification failed
Fix #1
- add
set sftp:auto-confirm yes
in your lftp script
Fix #2
- try changing
ssh.exe
to./ssh.exe
Certificate verification error
How to avoid lftp Certificate verification error?
put set ssl:verify-certificate no
in your lftp script
Windows
Compiling:
Useful websites about LFTP and Windows including build instructions
- LFTP Homepage
- https://gist.github.com/nwgat/93f99b269fa24c2301e9 (old mirror script/batch examples)
- http://blog.matoski.com/articles/building-lftp-on-windows/ (was a great source of how to compile and a packing script!)
- http://ben.timby.com/?p=158
- http://robp30.wordpress.com/2010/08/24/lftp-for-windows/
Not built by nwgat builds
- lftp 4.4.9 win32 (built by matoski.com)
- lftp 4.3.5 win32
(ehcanadian) - lftp 4.3.0 win32 (built by ben.timby.com)
- lftp 4.2.3 win32
- lftp 4.0.7 win32
- lftp407win.7z