Graham Powell wrote: > When I get the FEAT response, where do I look for the results? > Although I think this is irrelevant since I have found the spec for > the server and the only FEAT supported is UTF8.
if ftpFeatUtf8 in SupportedExtensions then .. if ftpFeatMDTM in SupportedExtensions then .. BTW: I think the OverbyteIcsFtpTst demo doesn't set the UTF-8 code page correctly. Some weeks ago I read in an FTP-RFC (cannot recall the number) that if the UTF-8 Feat is returned by the server and an OPTS UTF8 ON command failed it has to be assumed that UTF-8 is already active on the server-side. To enable UTF-8 by: FtpClient1.CodePage := CP_UTF8; -- Arno Garrels > > Regards > graham > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Angus Robertson - > Magenta Systems Ltd > Sent: 08 March 2010 14:17 > To: [email protected] > Subject: Re: [twsocket] FPiette V2.108 vs Overbyte V7.07 - FTP Client > >> I thought strings were dynamic. The string was always cleared before >> each FTP command. > > Strings are dynamic, but TWSocket returns buffers not strings, and you > normally use MOVE to fill a string, which means increasing the size > manually. > >> I shall investigate your MLST idea. > > Can you post the response to the FEAT command for the newsroom > server, so we can see what commands it supports? And anything that > might identify the FTP server origins? > > Angus > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
