We recently updated lftp from 4.8.4-1 to 4.9.1. We're getting an error when using lftp in a script. It appears to be only when using the "cls" function inside lftp. Here is an example:
# lftp <<EOF
open ftp://**********
user ****** ******
cls
quit
EOF
folder1/ folder2/ folder3/ folder4/
The assert subroutine failed: __EX, file xheap.h, line 127
IOT/Abort trap(coredump)
It appears to only fail when using "cls" in this method. I found a GitHub bug report of the same thing here:
http-get testcase fails in AIX · Issue #542 · lavv17/lftpWe have downgraded back to 4.8.4-1 for the time being and it is working correctly.
Thanks!
------------------------------
Ryan McGuire
------------------------------
#AIXOpenSource