.NET 1.1 - A generic TCPClient question

  • Thread starter Thread starter JS
  • Start date Start date
J

JS

All,

Admittedly I am a little short on time so I have not thoroughly
researched this question yet keeping that in mind....

I have a windows service that retrieves data from a FTP server. I am
connecting to this server using the TCPClient class. When I perform
the actual connection I call the Connect method and provide it with an
IPEndPoint for the FTP server.

What I am wondering is how does .NET actually process this FTP request.
Does it send the request via HTTP (which is what I suspect) or does it
do it another way?

Thanks in advance for any responses.

J.
 
Eeep...I wish I could retract this post. The answer was, obviously, in
my class usage. TCP/IP is the answer.

*duh*
 
Back
Top