Private data transfer mode

150 Opening ASCII mode data connection for directory listing.
Connected. Exchanging encryption keys...
Session Cipher: 128 bit RC4
SSL encrypted session established.
The token supplied to the function is invalid
226 [PWD: / ]-[Section: Default]-[Credits: 2.0M]-[Ratio: Unlimited]-[Speed: 5.7kb/s]

Thats an explicit SSL connection.. I can connect to the server perfectly fine, yet I cant do a directory listing unless I turn on the "Clear data" transfer mode in the SSL options page.

I have verified it's not the server, by connecting both with the latest flashFXP which works fine with SSL private data mode, and FTP Voyager

Both of which work fine, but smartftp does not?

Thanx for any help,
Chuck Burns

https://www.smartftp.com/forums/viewtopic.php?t=6046

what server software is used?

darix

ioFTPD.. its my personal server.

Chuck

anyway... how about reading the bugreport forum readme?

you are the author of ioFTPD?
i tried ioFTPD once too. it looks promising .. but i kept my pureftpd :)

darix

No.. I mean the site is my server.. I'm running it on localhost..

I am still very much testing ioftpd to see if it will suit my needs.. so far so good.. and I found the problem and solved it.

FYI.. SSL version is SSL2 not SSL or SSL3

Chuck

..and I found the problem and solved it.

Can you please share what the solution was?

This way if others encounter the same problem, they can easily search it out.

Thanks!

Well... I did.. and it *was* in the server config..

I had "Encryption_Protocol = SSL3" in the config file,
and it should have been
"Encryption_Protocol = SSL2"