Re: [twsocket] FTP server and passive ports

2008-01-05 Thread Angus Robertson - Magenta Systems Ltd
Is this the original ICS FTP server component with your latest changes? Yes, not the socket server versions, and I'm not made any changes to passive mode, ports or data connections, except the data source. Angus -- To unsubscribe or change your settings for TWSocket mailing list please

Re: [twsocket] FTP server and passive ports

2008-01-05 Thread Angus Robertson - Magenta Systems Ltd
I guess that won't make a difference, since if a port were still in use an exception in Listen/Bind should be raised and CommandPASV() should return the error. There is a table in the server which keeps track of which passive ports are in use, although it won't help if another application is

Re: [twsocket] FTP server and passive ports

2008-01-05 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: I guess that won't make a difference, since if a port were still in use an exception in Listen/Bind should be raised and CommandPASV() should return the error. There is a table in the server which keeps track of which passive ports are in use,

Re: [twsocket] FTP server and passive ports

2008-01-05 Thread Angus Robertson - Magenta Systems Ltd
Can you reproduce those errors in a simple environment that uses plain TCP/IP connections? Later today I will try as well. No, I can not reproduce any passive problems locally with a server on my development PC, or my local Windows 2000 server, or by accessing the offending FTP server over the

Re: [twsocket] FTP server and passive ports

2008-01-05 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: Can you reproduce those errors in a simple environment that uses plain TCP/IP connections? Later today I will try as well. No, I can not reproduce any passive problems locally with a server on my development PC, or my local Windows 2000 server, or

[twsocket] Memory leaks...

2008-01-05 Thread zayin
Hello, tcpPort: TWSocket; tcpPort.Connect AQTime is reporting a memory leak after I call connect. Has anyone run into this issue? D2007 SP3 XP Pro SP3 5.25 is in the WSocket file. Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto

[twsocket] smtp

2008-01-05 Thread Jonathan M. Freedman
Dear List: I am trying to set up an smtp client embedded within a c++builder program I am writing. I am not sure what to fill in several properties Username: the full name with domain or just the name, i.e. [EMAIL PROTECTED] or just jon Send mode: not sure what mode to use Share

Re: [twsocket] Memory leaks...

2008-01-05 Thread Wilfried Mestdagh
Hello Mark, When you call connect the function returns immediatily, but the connection happens in background. So it is normal there is memory allocated. Needed memory is not nececarely a leak. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz