Re: Add support for escaping of certain special characters
Can you give me an example of a FTP server that does this?
In my opinion this would be a bug in the FTP server path parser, surely this can't be the intended behavior because escaping {} isn't required on any major FTP server.
I suppose we could check the error reply and if the path stripped out the {} then try again with the {} escaped, apart from trying again on failure I don't see a good way to work around this problem.
The ideal solution would be to correct the problem in the ftp server software.
|