Re: [twsocket] FTP Client - Unicode Filenames

2012-11-19 Thread Arno Garrels
Graham Powell wrote: > I am currently testing with 3 FTP sites and none of them work with > Unicode characters. The "OPTS UTF8 ON" returns unsupported. Well, OPTS UTF8 was always unoffical, what does the FEAT command return is much more important, in latest OverbyteIcsFtpTst demo I show how to ha

Re: [twsocket] FTP Client - Unicode Filenames

2012-11-19 Thread Graham Powell
2 14:31 To: twsocket@elists.org Subject: Re: [twsocket] FTP Client - Unicode Filenames > However I have now sort of fixed the problem. If I convert the > filename to UTF8 The component does that, when working in Unicode. Remember that responses from the FTP server including directory listings

Re: [twsocket] FTP Client - Unicode Filenames

2012-11-19 Thread Angus Robertson - Magenta Systems Ltd
> However I have now sort of fixed the problem. If I convert the > filename to UTF8 The component does that, when working in Unicode. Remember that responses from the FTP server including directory listings will be UTF8 as well. You must still send the OPTS UTF8 ON command, otherwise the ser

Re: [twsocket] FTP Client - Unicode Filenames

2012-11-19 Thread Graham Powell
Re: [twsocket] FTP Client - Unicode Filenames > I have the FTP client doing putAsync and getAsync to a FTP server. > If the filename contains Unicode characters (e.g. Russian), the > putAsync results in a filename of on the FTP site. The standard FTP component only supports Unico

Re: [twsocket] FTP Client - Unicode Filenames

2012-11-19 Thread Graham Powell
for any confusion. Graham -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: 19 November 2012 10:27 To: twsocket@elists.org Subject: Re: [twsocket] FTP Client - Unicode Filenames > I have the

Re: [twsocket] FTP Client - Unicode Filenames

2012-11-19 Thread Angus Robertson - Magenta Systems Ltd
> I have the FTP client doing putAsync and getAsync to a FTP server. > If the filename contains Unicode characters (e.g. Russian), the > putAsync results in a filename of on the FTP site. The standard FTP component only supports Unicode with Delphi 2009 and later, or if you use the OverbyteI

[twsocket] FTP Client - Unicode Filenames

2012-11-19 Thread Graham Powell
I have the FTP client doing putAsync and getAsync to a FTP server. If the filename contains Unicode characters (e.g. Russian), the putAsync results in a filename of on the FTP site. If I drag & Drop the file there is no problem. I have used Wireshark to try and see what the Drag & drop is doin