Re: [twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-11 Thread Francois Piette
> I'm trying to port the ftp server demo to a system service, > however when I connect I get this error in the ftp client: > > 451: Failed: connect: WSocketResolvePort: Cannot > convert port 'ftp-data'. Error #11004 > Unable to complete transfer > Any idea why it gets that error when running as a s

Re: [twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-11 Thread David Hooper
Do you have a firewall "rule" that used to allow the server (as an application) run, but does not allow the server (as a service) run for port 20 (Sygate can have advanced rules like this) 'ftp-data' is typically port 20 (see system32\drivers\etc\services) lines 1880, 1926, 2216, 2279, 3245 of Ftp

[twsocket] FTP as system service: Cannot convert port 'ftp-data'

2005-08-11 Thread brian
I'm trying to port the ftp server demo to a system service, however when I connect I get this error in the ftp client: 451: Failed: connect: WSocketResolvePort: Cannot convert port 'ftp-data'. Error #11004 Unable to complete transfer Any idea why it gets that error when running as a system se

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-08-11 Thread Arno Garrels
Arno Garrels wrote: > Stanislav Korotky wrote: >> I can't figure out how the log can help me to find out the reason why >> (as it seems now) the mail server does not "finalize" the RETR >> request - actually the entire message fetched but then the >> communication "freezes" and RequestDone notifica

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-08-11 Thread Arno Garrels
Stanislav Korotky wrote: > I can't figure out how the log can help me to find out the reason why > (as it seems now) the mail server does not "finalize" the RETR > request - actually the entire message fetched but then the > communication "freezes" and RequestDone notification seems lost. You cann

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-08-11 Thread Dan
Theres a very good, and free one called Analyzer that uses WinPCap. There used to be a link from the winpcap page, not sure if its still there. Dan - Original Message - From: "Stanislav Korotky" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, August 11, 2005 3:47 PM Subj

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-08-11 Thread Angus Robertson - Magenta Systems Ltd
> But is it capable of logging all the data passed through the sockets? It seems to depend on the ethernet adaptor drivers. Two of my PCs have Netgear gigabyte cards, and raw sockets only captures received packets, not send ones. But my other PCs mostly with Realtek based cards capture send p

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-08-11 Thread Stanislav Korotky
Angus wrote: >Our application is only tested with Windows 2000 and later, since >Windows 9x is now dead and abandoned by Microsoft. Winpcap itself may >or may not work on Windows 9x, it's really not worth even testing. > >Our monitoring components at: > >http://www.magsys.co.uk/download/softwar

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-08-11 Thread Angus Robertson - Magenta Systems Ltd
> I installed WinPcap and tried to use Magenta Systems Monitor Socket, > but it shows AV (nil is dereferenced, I presume; adapter listbox is > empty) > at the start though continues to run. Nevertheless it does not capture > anything ;-(. I don't see any pages on http://www.magsys.co.uk/ , which >

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-08-11 Thread Stanislav Korotky
>It is not a proxy that you need but a sniffer. >If you want a free one, look at Ethereal (link on the links page at my >website). Oh! Its size is 11Mb. I'd prefer to not download and install such a big thing. I installed WinPcap and tried to use Magenta Systems Monitor Socket, but it shows AV (n

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-08-11 Thread Francois Piette
> Now I'm stumbled. Does anyone know a socket spy which intersepts > socket flow on the winsock.dll level and does not require an application > to be reconfigured to be traced? The only one I know is SocketSpy (ss.zip), > which does not run under Win98, but this is essential in my case. It is not

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-08-11 Thread Stanislav Korotky
Hello All! I'm back with the problem of fetching big e-mails by means of Pop3Cli. Just to remind, some times the underlying Pop3Cli socket stuck during reception of a large message. Last time I wrote about this the problem disappeared itself. But occasionally the problem occured today again. Ar