FtpConnection class in .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Is there any .NET Assembly for Ftp connection like CFtpConnection class in
MFC?

No paid 3rd party please.

Best regards,
Fahad
 
Hi Fahad,

Ftp support will come with Framework 2.0 in the form of
FtpWebRequest/FtpWebResponse ++
 
Not right now. But, you can safely and easily use the venerable MS Internet
Transfer Control (msinet.ocx) to do FTP. It's very easy to use. There should
be no shame in falling back to the old COM/ActiveX standby's when you have no
other choice.
 

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

Similar Threads


Back
Top