Re: [twsocket] FtpCli upload problem

2006-10-05 Thread New Era
isting 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 t

Re: [twsocket] FtpCli upload problem

2006-10-03 Thread Fastream Technologies
L 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 th

Re: [twsocket] FtpCli upload problem

2006-10-03 Thread New Era
ore > deleting it. SIZE is supported by every FTP 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 Sept

Re: [twsocket] FtpCli upload problem

2006-09-22 Thread Arno Garrels
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-09-21 Thread New Era
;m not sure 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 a

Re: [twsocket] FtpCli upload problem

2006-09-21 Thread Dan
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

[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);