Package: ftp-ssl
Tags: moreinfo

Fredag den 16:e Oktober 2015, klockan 10:22, skrev Matus UHLAR - fantomas detta:
> 
> when downloading file via ssl connection, the results are of size 0 and I'm
> getting "error" message:
> "netin: Success"
> 
> according to strace and tcpdump output, the file is written in plain form
> back to the FTP server vi athe data connection instead of output file on
> local disk.

I can not reproduce this. A short session like

  $ ftp -z ssl,secure,verbose localhost
  ... logging in as myself ...
  ftp> lcd /tmp
  ftp> get .dput.cf _dput.cf
  ftp> bye

produces a tcpdump file where the only clear text parts are
"AUTH SSL", "AUTH SSL OK", and the plain text contained in
the certificate, which the server sends to the client.

Can you repeat your exchanges, clearly stating what options
you are feeding to the client. Do you observe a statement
fairly early containing an encryption selector? This shows
that encryption is active.

Hope to hear from you again, best regards
  Mats E Andersson

Reply via email to