Re: [twsocket] FTP Error 426

2012-04-19 Thread Arno Garrels
Matt Minnis wrote: > You guys rock! > Thanks Arno & Angus! You are welcome. -- Arno -- 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

Re: [twsocket] FTP Error 426

2012-04-18 Thread Matt Minnis
Behalf Of Arno Garrels Sent: Wednesday, April 18, 2012 2:19 PM To: ICS support mailing Subject: Re: [twsocket] FTP Error 426 Arno Garrels wrote: > Matt Minnis wrote: >> Call stack: >> TCustomFtpCli.AbortAsync >> TCustomFtpCli.Progress > > Check your OnProgress or OnProges

Re: [twsocket] FTP Error 426

2012-04-18 Thread Arno Garrels
Arno Garrels wrote: > Matt Minnis wrote: >> Call stack: >> TCustomFtpCli.AbortAsync >> TCustomFtpCli.Progress > > Check your OnProgress or OnProgess64 event handler. > It must set var Abort to true. It should not, however obviously it does. -- Arno -- To unsubscribe or change your settings fo

Re: [twsocket] FTP Error 426

2012-04-18 Thread Arno Garrels
Matt Minnis wrote: > Call stack: > TCustomFtpCli.AbortAsync > TCustomFtpCli.Progress Check your OnProgress or OnProgess64 event handler. It must set var Abort to true. -- Arno -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman

Re: [twsocket] FTP Error 426

2012-04-18 Thread Matt Minnis
) DBUpload Thanks, Matt -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: Wednesday, April 18, 2012 1:02 PM To: ICS support mailing Subject: Re: [twsocket] FTP Error 426 Matt Minnis wrote: > Here is the ICS log segment

Re: [twsocket] FTP Error 426

2012-04-18 Thread Arno Garrels
Matt Minnis wrote: > Here is the ICS log segment that applies with those options: OK, open your project and then OverbyteIcsFtpCli.pas in the editor. Add a breakpoint in: procedure TCustomFtpCli.AbortAsync; {var bFlag : Boolean; } { 2.106 } begin {$

Re: [twsocket] FTP Error 426

2012-04-18 Thread Matt Minnis
lf Of Angus Robertson - Magenta Systems Ltd Sent: Wednesday, April 18, 2012 11:50 AM To: twsocket@elists.org Subject: Re: [twsocket] FTP Error 426 > Here is the ICS Logger output for 2 attempt cycles (log below). > Can see the Shutdown before the data sent. > Does this help at all? Sorry, no

Re: [twsocket] FTP Error 426

2012-04-18 Thread Matt Minnis
mailing Subject: Re: [twsocket] FTP Error 426 Matt Minnis wrote: > Not intentionally. > > Here is the ICS Logger output for 2 attempt cycles (log below). > Can see the Shutdown before the data sent. > Does this help at all? No it doesn't since the log options do not inclu

Re: [twsocket] FTP Error 426

2012-04-18 Thread Angus Robertson - Magenta Systems Ltd
> Here is the ICS Logger output for 2 attempt cycles (log below). > Can see the Shutdown before the data sent. > Does this help at all? Sorry, no. The ICS FTP component is very stable and widely used. Any issues with it are likely to be your implementation, or circumstances unconnected with your

Re: [twsocket] FTP Error 426

2012-04-18 Thread Arno Garrels
Matt Minnis wrote: > Not intentionally. > > Here is the ICS Logger output for 2 attempt cycles (log below). > Can see the Shutdown before the data sent. > Does this help at all? No it doesn't since the log options do not include the loProtSpecxxx type of options, try something like: [loDestOutDeb

Re: [twsocket] FTP Error 426

2012-04-18 Thread Matt Minnis
: Re: [twsocket] FTP Error 426 Matt Minnis wrote: > 16:05:56: FTP: FtpClient1ReadyToTransmit: > ftp Request PutAsync Done. > ftp StatusCode = 150 > ftp LastResponse was : '150 Opening BINARY mode data connection for 4071Ascend4.09.7z' > >>>> ftp Error = 42

Re: [twsocket] FTP Error 426

2012-04-18 Thread Arno Garrels
Matt Minnis wrote: > 16:05:56: FTP: FtpClient1ReadyToTransmit: > ftp Request PutAsync Done. > ftp StatusCode = 150 > ftp LastResponse was : '150 Opening BINARY mode data connection for > 4071Ascend4.09.7z' > ftp Error = 426 (426 Operation aborted.) > 16:05:57: FTP Upload Process Cancele

Re: [twsocket] FTP Error 426

2012-04-18 Thread Matt Minnis
-boun...@elists.org] On Behalf Of Arno Garrels Sent: Wednesday, April 18, 2012 3:05 AM To: ICS support mailing Subject: Re: [twsocket] FTP Error 426 Matt Minnis wrote: > I am getting a spurious error 426 (426 Operation aborted.) when I run > my program automated to upload files to a ftp si

Re: [twsocket] FTP Error 426

2012-04-18 Thread Arno Garrels
Matt Minnis wrote: > I am getting a spurious error 426 (426 Operation aborted.) when I run > my program automated to upload files to a ftp site. When I do the > exact same steps manually in same exe, it works fine. Error Listed > below from my own logs. Please try to reproduce the issue with late

[twsocket] FTP Error 426

2012-04-17 Thread Matt Minnis
I am getting a spurious error 426 (426 Operation aborted.) when I run my program automated to upload files to a ftp site. When I do the exact same steps manually in same exe, it works fine. Error Listed below from my own logs. I checked all the settings, they are identical between runs, I export