dxbjavid commented on PR #403:
URL: https://github.com/apache/commons-net/pull/403#issuecomment-4892564663

   sure, happy to take a look. from a quick read it looks like a Net-side gap 
rather than pure VFS: our autodetect only flips the control encoding to UTF-8 
when the server advertises it in FEAT (the hasFeature("UTF8") check in 
_connectAction_), and IIS notably doesn't list UTF8 in FEAT even though it 
accepts OPTS UTF8 ON. so setAutodetectUTF8 quietly does nothing there and the 
filenames come back mis-decoded. i'll dig into it properly on the VFS issue and 
see whether the right fix is on the Net side (optionally sending OPTS UTF8 ON) 
or in how VFS drives the client, and follow up there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to