>   ICS is professional. At least its FtpCLient is. Absolutely logical 
> structure and functionality.

Thanks for your favorable opinion.

> I don't know if some other PC FTP servers also send response 225 for
> STOR and RETR, but the previous FTP components
> I tried have accepted 225 by hand.

Response code 225 is not among STOR and RETR response as per RFC959. Code 
225 is only given for ABOR command.

> It's our company's own development.

Why not make it compatible with RFC959 and return the correct response for 
the commands ?

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be



----- Original Message ----- 
From: "Borosnyay Péter" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Thursday, June 01, 2006 5:26 PM
Subject: Re: [twsocket] Help file for FTPClient


> Hi guys,
>
>   ICS is professional. At least its FtpCLient is. Absolutely logical 
> structure and functionality.
> I have successfully modified FtpCli.pas to accept response code 225 for 
> STOR and RETR. It was easy to find the corresponding Next2PutAsync and 
> Next2GetAsync procedures.
> This was needed because I communicate with a special custom engineered ARM 
> microcontroller driven hardware device. It is an onboard navigation 
> computer for public transport vehicles. It's our company's own 
> development. It uses GPS, GPRS, TCP, FTP protocols. If anybody is 
> interested in what we're doing, please contact me in a private mail.
>
> I don't know if some other PC FTP servers also send response 225 for STOR 
> and RETR, but the previous FTP components I tried have accepted 225 by 
> hand.
>
> Francois, if we get adequate information that FTP servers that send this 
> code do exist, please consider this mail as a modification suggestion.
>
> 225 Data connection open; no transfer in progress.
> I have decided to use FtpCli and ICS as widely as possible.
>
>
> Cheers,
>
> Peter Borosnyay
> Pécs, Hungary
>
>
> ps. notify me if no line breaks are uncomfortable.
>
> On Tue, 30 May 2006 21:54:42 +0200, Wilfried Mestdagh 
> <[EMAIL PROTECTED]> wrote:
>
>> Hello Peter,
>>
>>> being the final component I choose for my communications program
>>
>> Good I hope you succeed ! If you have any questions you can fire this
>> off in this mailing list. Lots of people are volonteer to standby...
>>
>>> At least I plan to do so.
>>
>> Keep in touch :)
>>
>> ---
>> Rgds, Wilfried [TeamICS]
>> http://www.overbyte.be/eng/overbyte/teamics.html
>> http://www.mestdagh.biz
>>
>> Tuesday, May 30, 2006, 18:14, Borosnyay Péter wrote:
>>
>>> Hello Wilfried,
>>
>>> I dl'ed ICS today morning so I'm not in the position to help yet ...
>>> But I will experiment with it this week, it has a good chance of
>>> being the final component I choose for my communications program in
>>> our GPS navigation system at the local transport company of the second
>>> biggest city in Hungary.
>>> If I succeed and get my money I will either donate or do something 
>>> useful for you.
>>> At least I plan to do so.
>>
>>> Bests,
>>> Peter
>>
>>> On Tue, 30 May 2006 15:18:06 +0200, Wilfried Mestdagh 
>>> <[EMAIL PROTECTED]> wrote:
>>
>
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to