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