kotzeesser
hi,
if i connect to a ssl-ed site, the secured controlconnection works fine (ftp over ssl explicit). but all dataconnection commands (ls) fail with:
[23:09:05] Connected. Exchanging encryption keys...
[23:09:05] SSL Error
[23:09:05] Der Vorgang wurde erfolgreich beendet.
i used all auth modes (TLS, SSL, TLS-C, TLS-P) with private data connection, but nothing works
a working log from flashfxp looks like this:
[23:13:10] PASV
[23:13:10] 227 Entering Passive Mode (xxx,xxx,xxx,xxx,xxx,xxx)
[23:13:10] LIST
[23:13:10] Negotiating SSL/TLS session...
[23:13:11] SSL/TLS negotiation successful...
[23:13:11] SSL/TLS connection using cipher xxx-xxx-xxx-xxxx-xxx (168 bits)
[23:13:11] 150 Opening ASCII mode data connection for directory listing.
[23:13:11] List Complete: 415 bytes in 1,86 (0,22 KBps)
a nonworking log from smartftp looks like this:
[23:14:34] 200 Protection set to Private
[23:14:34] PASV
[23:14:35] 227 Entering Passive Mode (xxx,xxx,xxx,xx,xxx,xxx)
[23:14:35] LIST
[23:14:35] Opening data connection IP: xxx,xxx,xxx,xx,xxx,xxx PORT: xxxxx.
[23:14:35] Connected. Exchanging encryption keys...
[23:14:35] SSL Error
[23:14:35] Der Vorgang wurde erfolgreich beendet.
where is my mistake ?
thanks
if i connect to a ssl-ed site, the secured controlconnection works fine (ftp over ssl explicit). but all dataconnection commands (ls) fail with:
[23:09:05] Connected. Exchanging encryption keys...
[23:09:05] SSL Error
[23:09:05] Der Vorgang wurde erfolgreich beendet.
i used all auth modes (TLS, SSL, TLS-C, TLS-P) with private data connection, but nothing works
a working log from flashfxp looks like this:
[23:13:10] PASV
[23:13:10] 227 Entering Passive Mode (xxx,xxx,xxx,xxx,xxx,xxx)
[23:13:10] LIST
[23:13:10] Negotiating SSL/TLS session...
[23:13:11] SSL/TLS negotiation successful...
[23:13:11] SSL/TLS connection using cipher xxx-xxx-xxx-xxxx-xxx (168 bits)
[23:13:11] 150 Opening ASCII mode data connection for directory listing.
[23:13:11] List Complete: 415 bytes in 1,86 (0,22 KBps)
a nonworking log from smartftp looks like this:
[23:14:34] 200 Protection set to Private
[23:14:34] PASV
[23:14:35] 227 Entering Passive Mode (xxx,xxx,xxx,xx,xxx,xxx)
[23:14:35] LIST
[23:14:35] Opening data connection IP: xxx,xxx,xxx,xx,xxx,xxx PORT: xxxxx.
[23:14:35] Connected. Exchanging encryption keys...
[23:14:35] SSL Error
[23:14:35] Der Vorgang wurde erfolgreich beendet.
where is my mistake ?
thanks