OS: Fedora Core 6.4 lftp: 3.7.8 previous lftp: 3.5.14-3 I installed 3.5.14-3 via a rpm. However, we added a vendor that requires "truncate" with sftp. I found that I was able to communicate with them by using lftp 3.7.8. There isn't a rpm of 3.7.8 for Fedora Core 6.4, so I downloaded the lftp source and compiled it. I'm now able to 'put' files to our new vendor.
However, this has caused problems with a current vendor that requires connection via ftps. When I try to connect: open ftps://hostname:990 I get this error "open: ftps - not supported protocol" I also noticed that I don't have any variables with the word "ftps". lftp :~> set -a | grep ftps FileCopy(0x900e2d0) enters state INITIAL Our other vendors I'm still able to connect to using sftp and ftp with no problems. -Channon
