Hello. I am trying to connect to a DrFTPd server with TLS authentication.
I made the folowing settings in site manager:
- checked PASV and selected AUTH TLS in main settings window
- checked use PRET in advanced->transfers window
The reult is that no directory is listed, only the links are. (Dir/Subdir1 and Dir/Subdir2). The log looks like:
[code]
SYST
215 UNIX system type.
Keep alive off...
PWD
257 "/" is current directory
PBSZ 0
200 Command okay
PROT P
200 Command okay
PRET LIST
200 OK, will use master for upcoming transfer
PASV
227 Entering Passive Mode ([...]).
LIST
Connect socket #1400 to [...], port 50209...
TLSv1, cipher TLSv1/SSLv3 (EDH-RSA-DES-CBC3-SHA) - 168 bit
150 File status okay; about to open data connection.
226- [Ul: 0B] [Dl: 966.8MB] [Average speed: 881.3KB]
226- [Credits: 10.0PB] [Ratio: 1:3.0]
226 Closing data connection
CWD /-> /
CWD //
PWD
257 "/" is current directory
CWD /-> /DIR/SUBDIR1
CWD //DIR/SUBDIR1
PWD
257 "/0DAY/0410" is current directory
CWD /-> /DIR/SUBDIR2
CWD //DIR/SUBDIR2
PWD
257 "/DIR/SUBDIR2" is current directory
CWD /
Transferred 2,119 bytes in 0.016 seconds
[/code]
Any ideas?