https://bz.apache.org/bugzilla/show_bug.cgi?id=68773

--- Comment #6 from Florian Rosenauer <rosena...@gmx.net> ---
Thank you, I tested and it looks fine now!

case 1: old non SSL - working
                     useFtps="false"
                     useSecureDataChannel="false"

case 2: new FTPS - working
                     useFtps="true"
                     useSecureDataChannel="true"

case 3: FTPS but without data channel encryption
                     useFtps="true"
                     useSecureDataChannel="false"
Result: no download as expected:
      [ftp] getting files
      [ftp] 0 files retrieved


I also compared the downloaded binary files from case 1 and case 2 and they are
identical.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to