Re: [twsocket] Monitoring TCP/IP traffic

2005-07-13 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: > I always though that proper monitoring of TCP/IP traffic required a > device driver, but BMExtreme seems to manage it through the standard > winsock API: > > http://www.lp23.com/bmextreme/ > > It's able to list IP addresses visited, and distinguish i

Re: [twsocket] Monitoring TCP/IP traffic

2005-07-13 Thread Arno Garrels
> May be it's possible with SOCK_RAW socket type. Have you read the article > "Hands on TCP/IP programming in Delphi" by Alfred Mirzagitov? > It's in the TCPIP sub directory. > http://www.thedelphimagazine.com/disks/dmag101.zip It's not the article but some interisting demo code, including a lo

[twsocket] Ftp client send command

2005-07-13 Thread bimbospank
Hi all, I'm new of this mailling list. I have a problema. I have no standard ftp server and i use the ftpclient. I want to send command to this server for examples FtpClient.SendCommand('TEST') end the ftp server response 250 OK I have e thousand no standard command. it's possible ? Thanks in advan

Re: [twsocket] Ftp client send command

2005-07-13 Thread Angus Robertson - Magenta Systems Ltd
> I want to send command to this server for examples > FtpClient.SendCommand('TEST') end the ftp server response 250 OK You can send any command you like to an FTP server, but unless it understands TEST, it will not reply with 250. Adding such a command to the ICS FTP server is easy. Angus

Re: [twsocket] Monitoring TCP/IP traffic

2005-07-13 Thread Angus Robertson - Magenta Systems Ltd
> > May be it's possible with SOCK_RAW socket type. Have you read the > > article "Hands on TCP/IP programming in Delphi" by Alfred Mirzagitov? > > It's in the TCPIP sub directory. > > > http://www.thedelphimagazine.com/disks/dmag101.zip > > It's not the article but some interisting demo code,

Re: [twsocket] Ftp client send command

2005-07-13 Thread Francois Piette
> I'm new of this mailling list. You're welcome. > I have a problema. > I have no standard ftp server and i use the ftpclient. > I want to send command to this server for examples > FtpClient.SendCommand('TEST') end the ftp server response 250 OK Use the FTP client component "Quote" method to se

Re: [twsocket] Monitoring TCP/IP traffic

2005-07-13 Thread Dan
RAW sockets were introduced with Windows 2K and are only usable by Administrator accounts. I don't think they're trying to remove them. Dan - Original Message - From: "Angus Robertson - Magenta Systems Ltd" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 13, 2005 10:11 AM Subject: Re:

Re: [twsocket] Monitoring TCP/IP traffic

2005-07-13 Thread Francois Piette
> May be it's possible with SOCK_RAW socket type. ICS support raw sockets. -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Ftp client send command

2005-07-13 Thread bimbospank
hi Angus, ok i have no standard ftp server with command TEST but i don know how do send command with ftpclient to server. FTPCLient. <--- ? i want to send "TEST" to server. this is my problem... Thanks. >-- Messaggio originale -- >Date: Wed, 13 Jul 2005 10:11 +0100 (BST) >From: "Angus Robertson

Re: [twsocket] Monitoring TCP/IP traffic

2005-07-13 Thread Francois Piette
> Only slight worry is I thought Microsoft was trying to stop raw sockets > being used, but this is still running OK under the latest XP patches. I think you must have administrator priviledges now. -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSo

Re: [twsocket] Ftp client send command

2005-07-13 Thread Francois Piette
> ok i have no standard ftp server with command TEST but i don know how do > send command with ftpclient to server. > FTPCLient. <--- ? i want to send "TEST" to server. > this is my problem... FtpClient1.LocalFileName := 'TEST'; FtpClient1.Quote; -- Contribute to the SSL Effort. Visit http://ww

Re: [twsocket] Monitoring TCP/IP traffic

2005-07-13 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: > The IP packet logger does seem to be exactly what I need. Had to fix > one line to allow for an empty packet, but it's now scrolling TCP/IP > packets onto my screen. It's really quite surprising how much crap is > flowing around my network, in partic

Re: [twsocket] Ftp client send command

2005-07-13 Thread bimbospank
Thanks a lot. I will send to you a postcard for your child. Thanks. Spank- Italy >-- Messaggio originale -- >From: "Francois Piette" <[EMAIL PROTECTED]> >To: "ICS support mailing" >Date: Wed, 13 Jul 2005 13:34:48 +0200 >Subject: Re: [twsocket] Ftp client send command >Reply-To: ICS support mailin

Re: [twsocket] Monitoring TCP/IP traffic

2005-07-13 Thread Angus Robertson - Magenta Systems Ltd
> Do you now write a logger-component based on TWSocket? > Would be a 'nice to have':) Indeed, I'll be writing such a component over the next few days, although I was just about to test your SMPT component writing a pick-up mail file and SMIME, too many pending jobs. Angus -- To unsubscribe o