[twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
Using Delphi 7, ICS FTPCli V6.03 On some machines I get the following error: 500 ESocketException: No Error (#0 in Connect) Excerpt from my log: 10:45:07: FTP: Ready to connect ftp Request ConnectAsync Done. ftp StatusCode = 500 ftp LastResponse was : '500 ESocketException: No Error (#0 in Con

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
rned in OnRequestDone. Also method Connect should always be enclosed in a try except block since it might raise an exception. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Matt Minnis wrote: > Using Delphi 7, ICS FTPCli V6.03 > > On some machines I get the

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
re Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Matt Minnis" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Wednesday, December 10, 2008 7:57 PM Subject: Re: [twsocket] Error trying to connect to FTP >

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be ----- Original Message - From: "Matt Minnis" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Wednesday, December 10, 2008 8:44 PM Subject: Re: [twsocket] Error tryi

Re: [twsocket] Error trying to connect to FTP

2008-12-12 Thread Matt Minnis
It works fine on other servers and systems, so this one is just odd. Thanks for the thoughts. Matt -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Matt Minnis Sent: Wednesday, December 10, 2008 14:46 To: 'ICS support ma

Re: [twsocket] C++ Builder strange AV in OverbyteHttpTst.cpp

2008-12-12 Thread Matt Minnis
Is the 0th item null or something odd like that? -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: Friday, December 12, 2008 11:30 To: ICS support mailing Subject: [twsocket] C++ Builder strange AV in OverbyteHttpTst

Re: [twsocket] C++ Builder strange AV in OverbyteHttpTst.cpp

2008-12-12 Thread Matt Minnis
Which compiler switch? -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: Friday, December 12, 2008 14:10 To: ICS support mailing Subject: Re: [twsocket] C++ Builder strange AV in OverbyteHttpTst.cpp Arno Garrels wrot

Re: [twsocket] TX509Base

2008-12-29 Thread Matt Minnis
I use WinGrep for searching code: http://www.wingrep.com/ Thanks, Matt -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: Sunday, December 28, 2008 09:33 To: ICS support mailing Subject: Re: [twsocket] TX509Base A Dr

Re: [twsocket] [OT] Problem migrating ProxyInfo to D2009

2009-02-17 Thread Matt Minnis
Yeah, we all have days like that. On those days, you'll save yourself time by doing something else. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: Tuesday, February 17, 2009 13:20 To: ICS support mailing Subject: R

Re: [twsocket] THttpServer under ICSv7 and BCB2007

2009-05-11 Thread Matt Minnis
If you are getting AV's use something like EurekaLog to trap and report them with a call stack. https://www.eurekalog.com/index.php I use this all the time, saves tons of time tracking these things down. Worth every penny/euro. Matt -Original Message- From: twsocket-boun...@elists.org [

Re: [twsocket] ICS FTP What events

2009-10-13 Thread Matt Minnis
Look at the sample apps. I stumbled with this issue for a bit until I worked with them and saw how things happen. All the magic happens in the OnRequestDone event. Each event type fires off the next item in the chain to keep the process going. Matt -Original Message- From: twsocket-boun.

Re: [twsocket] Business offer--clustering support

2009-10-27 Thread Matt Minnis
Those things Francois suggested may work or some sort of gateway/proxy application that acts as a middleman and handles the redirection. Matt -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Francois PIETTE Sent: Tuesday, October 27, 2

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread Matt Minnis
1. Is there a reason you want/need to do this? If not, don't complicate your life. 2. Others have responded sufficiently to this. Thanks, Matt -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of GRAHAM (Deephaven) Sent: Tues

Re: [twsocket] help to convert from utf8 to ansi (locale)

2010-04-28 Thread Matt Minnis
The %## codes are representations of the character. It looks like a URL encoding scheme to me. For example: %20 is the space character. The %C3%AD looks to be the letter i with the accent. Run it though a URL Decoder and see if that doesn’t get you what you are looking for? Matt -Original M

Re: [twsocket] help to convert from utf8 to ansi (locale)

2010-04-28 Thread Matt Minnis
d it with no success. URLEncode and URLDecode work apparently byte a byte and %C3%AD are converted as individual chars. UTF8Encode and UTF8Decode I don't get it work. certainly I'm doing something wrong. Regards Xavi Al 28/04/2010 22:36, En/na Matt Minnis ha escrit: > The %## codes are

Re: [twsocket] TTwitter component

2011-02-21 Thread Matt Minnis
It doesn't need to be complete. If all one wants to do is tweet a message, then this would be enough, yes? I would be interested in using it for various status projects. Please post what you have. Thanks, Matt -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@

Re: [twsocket] Creatively annoying a host

2011-07-06 Thread Matt Minnis
I like the idea of sending massive amounts of random data to them Have a banned URL list and anyone requesting one on the list gets the contents of war and peace over and over... Or something equally interesting... As long as you have no bandwidth constraints, this should be golden. Need to cau

[twsocket] Client Server connectivity

2011-12-15 Thread Matt Minnis
How does one handle client/server connectivity in a way that avoids needing to do port forwarding in routers? Ie Something like LogmeIn.com. How do they have it so you log into their server and can contact the client machine even behind a firewall? I'm starting on a project and need to know how to

Re: [twsocket] Should next ICS version support anything before DelphiXE ?

2012-03-28 Thread Matt Minnis
We are also still on D7. Apparently they made that version way too good to leave. :) I understand ditching it if it's no longer reasonable to support it any longer. If it is only minor tweaks to get it working in D7, either have a list of them or add it in please. Thanks, Matt -Original

[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

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 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 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 Matt Minnis
Ok, let me try some different ones and see what happens. I know ICS is very stable, I have used it several times over the years, that's pretty much why I am using it. Thanks, Matt -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Angus

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 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] TWsocket and EStackOverflow

2012-10-25 Thread Matt Minnis
This is where things like Eureka Log come in very handy. (or various other Exception Handlers) Matt -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of RTT Sent: Thursday, October 25, 2012 12:14 PM To: ICS support mailing Subject: Re: [tw

Re: [twsocket] delay in data

2013-03-21 Thread Matt Minnis
That sounds like something in your processing then. If you have no delay with few clients, and a delay with larger numbers, I'd look at your own processing first. Then how much data are you transmitting to each? Is your router not handling so many simultaneous connections? There are lots of pieces