Hello,
I have a question about lftp.

I've spent considerable time trying to get this working, combing 
Internet, mailing lists, etc.

Trying to get LFTP to work with X2 WS_FTP Server 5.0.5

Using certificates and username/password to authenticate.

I can change directories, etc, but cannot to ls. Managed however to 
get an alternative FTP cliet (Moveit Freely) using the same certs, same
network to connect without any problems.

ftps -e:on -pfxpw:PASSPHRASE -pfxfile:wp.p12  -password:PASSWORD -user:USERNAME 
ftp-server

I've got lftp 3.7.4 compiled with openssl (no GNU TLS) and have the following
config....

set net:max-retries 1
set ftp:fix-pasv-address yes
set ftp:passive-mode yes
set ftp:auto-passive-mode yes
set ftp:port-range 1024-65000
set ftp:ssl-force true
set ftp:ssl-protect-list true
set ftp:ssl-protect-data true
set ftp:ssl-allow true
set ssl:cert-file /home/joeman/wp/cert.pem
set ssl:key-file /home/joeman/wp/privkey.pem
set ssl:ca-file /home/joeman/wp/cacert.pem
set ssl:verify-certificate true
set ftp:ssl-allow-anonymous no
set ftp:ssl-auth SSL
set xfer:log true
set cmd:fail-exit true
set ftp:ssl-data-use-keys false
set ftps:initial-prot p

<--- 227 Entering Passive Mode (206,105,80,131,6,58).
---- Connecting data socket to (206.105.80.131) port 1594
---- Data connection established
---> LIST
<--- 150 Opening ASCII data connection for directory listing
**** SSL_connect: error:00000000:lib(0):func(0):reason(0)
---- Closing data socket
<--- 425 Can't open data connection.
ls: Fatal error: max-retries exceeded


Some articles indicate a firewall issue, but I know this isn't the case
because we have got moveit freely working. (I suspect this is a very generic
issue).

Any pointers or things I should look at? Possible bug?

Thanks

Joe

Reply via email to