.NET 1.1 - A generic TCPClient question

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.
 
J

JS

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

*duh*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top