Third Party FTP Library

  • Thread starter Thread starter houghtelling
  • Start date Start date
H

houghtelling

Does anybody know of a simple and free ftp library? I only need to the
ability to connect to one server and push and pull files. Currently
I'm using OpenNetCF with my own control. I thought that they had an
entire FTP class in .Net 1.1 but it appears that they dropped the
wrapper class in .Net 2.0.

I was comparing time between our old eVB project and the new .Net
project. Everything is noticeably slower in the .Net world, especially
the FTP processing which jumped from <1 to over 5 seconds.
 
The FTP stream stuff is still in the SDF. In fact we just verified it
yesterday for someone else.
 
Back
Top