Here is debug log from lftp (directory listing available):
Code: Select all
WARNING: Certificate verification: Not trusted
<--- 200 Using default language en_US.UTF-8
---> OPTS UTF8 ON
<--- 200 UTF8 set to on
---> OPTS MLST modify;perm;size;type;UNIX.group;UNIX.mode;UNIX.owner;
<--- 200 OPTS MLST modify;perm;size;type;UNIX.group;UNIX.mode;UNIX.owner;
---> USER ****
<--- 331 Password required for ****
---> PASS ****
<--- 230 User **** logged in
---> PBSZ 0
<--- 200 PBSZ 0 successful
---> PROT P
<--- 200 Protection set to Private
---> PASV
<--- 227 Entering Passive Mode (xx,xxx,xxx,xx,203,201).
---- Connecting data socket to (xx.xxx.xxx.xx) port 52169
---- Data connection established
---> LIST -la
<--- 150 Opening ASCII mode data connection for file list
Code: Select all
2017-02-23 02:37:20,663 mod_tls/2.4.5[7317]: TLS/TLS-C requested, starting TLS handshake
2017-02-23 02:37:20,938 mod_tls/2.4.5[7317]: client supports secure renegotiations
2017-02-23 02:37:20,938 mod_tls/2.4.5[7317]: TLSv1/SSLv3 connection accepted, using cipher DHE-RSA-AES128-GCM-SHA256 (128 bits)
2017-02-22 19:37:21,293 mod_tls/2.4.5[7317]: SSL/TLS required but absent on data channel, denying LIST command
Other app got file list after some tweaks (DNS mascuerading).
Tried both: internet and local net addresses, same result - empty file list screen in FTP Init file list action.