Re: [twsocket] FtpCli upload problem

2006-10-05 Thread New Era
with Davie's code. Regards, SZ - Original Message - From: New Era To: ICS support mailing Sent: Tuesday, October 03, 2006 10:13 AM Subject: Re: [twsocket] FtpCli upload problem : Hi, if server does not support SIZE, MD5 then what is the best way to make that check? : : Arno Garrels wrote

Re: [twsocket] FtpCli upload problem

2006-10-03 Thread New Era
server I have used, although I'm not sure if its in the initial FTP RFC. Dan -Original Message- From: [EMAIL PROTECTED] [mailto:twsocket- [EMAIL PROTECTED] On Behalf Of New Era Sent: 21 September 2006 12:10 To: twsocket@elists.org Subject: [twsocket] FtpCli upload problem

Re: [twsocket] FtpCli upload problem

2006-10-03 Thread Fastream Technologies
:10 : To: twsocket@elists.org : Subject: [twsocket] FtpCli upload problem : : : [input] [input] [input] [input] : : I am using the following code in the FtpRequestDone event handler; : : case RqType of : ... : : : ftpPutAsync: begin : if(FtpCli.StatusCode= 226) then Delete(FileName

Re: [twsocket] FtpCli upload problem

2006-09-22 Thread New Era
if its in the initial FTP RFC. Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of New Era Sent: 21 September 2006 12:10 To: twsocket@elists.org Subject: [twsocket] FtpCli upload problem [input][input][input][input] I am using

Re: [twsocket] FtpCli upload problem

2006-09-22 Thread Arno Garrels
- From: [EMAIL PROTECTED] [mailto:twsocket- [EMAIL PROTECTED] On Behalf Of New Era Sent: 21 September 2006 12:10 To: twsocket@elists.org Subject: [twsocket] FtpCli upload problem [input][input][input][input] I am using the following code in the FtpRequestDone

[twsocket] FtpCli upload problem

2006-09-21 Thread New Era
[input][input][input][input] I am using the following code in the FtpRequestDone event handler; case RqType of ... ftpPutAsync: begin if(FtpCli.StatusCode= 226) then Delete(FileName);

Re: [twsocket] FtpCli upload problem

2006-09-21 Thread Dan
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of New Era Sent: 21 September 2006 12:10 To: twsocket@elists.org Subject: [twsocket] FtpCli upload problem [input][input][input][input] I am using the following code in the FtpRequestDone event