Well, SSL connection is functional over HTTP proxy now,
(thank you again, Alexander).
Now I can't connect to SSL ftp without proxy.
It's curious, usual problem is over proxy :)
I removed lines with proxy setting, so my file is:

set ftp:ssl-allow true
set ftp:ssl-force true
set ftp:ssl-auth SSL
set ftp:passive-mode true
connect -u username,password domain.com
get file.ext

I found similar problems on internet. I use Filezilla FTP.
When I use "set ftp:ssl-allow false" and without SLL force,
so when I use normal connection without SSL, all is ok,
with SSL I can see this: (with TSL same problem)

---- dns cache hit
---- Connecting to salkini.cz (x.x.x.x) port 21
<--- 220 Welcome FTP
---> FEAT
<--- 211-Features:
<---  MDTM
<---  REST STREAM
<---  SIZE
<---  MODE Z
<---  MLST type*;size*;modify*;
<---  MLSD
<---  AUTH SSL
<---  AUTH TLS
<---  UTF8
<---  CLNT
<---  MFMT
<--- 211 End
---> AUTH SSL
<--- 234 Using authentication type SSL (this is last message on server)
---> CLNT lftp/3.7.6

---- now is some waitnig and when server disconnects:

**** SSL_connect: error:00000000:lib(0):func(0):reason(0)

Reply via email to