bentonstark / starksoft-aspen

.net / mono security and cryptography library that provides client support for ftps, gnupg, smartcard, and socks / http proxies
108 stars 49 forks source link

Some servers send a different response #16

Closed rwrz closed 8 years ago

rwrz commented 8 years ago

I'm trying to use FileZilla server, newer version, and its response to OPTS UTF8ON is 202:

(000006)25/11/2015 17:23:36 - server (127.0.0.1)> OPTS UTF8 ON
(000006)25/11/2015 17:23:36 - server (127.0.0.1)> 202 UTF8 mode is
always enabled. No need to send this command.

So, the response to OPTS isn't always CommandOkay, but Superfluous too.

Cya.

bentonstark commented 8 years ago

I added this feature via code change. Should get a code push out today so I will close this pull request.

rwrz commented 8 years ago

Ok. Thank you.