Er, ... Nevermind. I found the answer. I started -browsing- the lftp mailing list archives and saw the post from last week "lftp-3.3.4 segmentation faults while 'tabbing' with readline- 5.0 + SSL blockage". When I -searched- the archive, my search terms of "TLS" and then "Put failed" did not match the SSL blockage thread.
I used the patch shown in: http://www.mail-archive.com/lftp%40uniyar.ac.ru/msg02388.html And now the put via TLS works just fine. It completes normally, the server returns "226 Transfer complete", and the file shows up in a listing following the put. Thanks, Alexander, for the patch! - Andrew Andrew Witt wrote:
Hello - I am running into an odd sort of problem using TLS with lftp. When I upload a file, lftp pauses for 2 minutes after the upload has completed, at the end of which the FTP server responds "452 Put failed : SSL/TLS error." and the file is listed as a zero-byte file on the server. BUT! if I interrupt the waiting period (ctrl-c, which issues an 'ABOR') the FTP server responds "226 Transfer complete" and the file shows up with the proper size and content.
-- snip --
