Darrell Norton's Blog [MVP]

Sponsors

The Lounge

News

  • Darrell Norton pic

    MVP logo

    View Darrell Norton's profile on LinkedIn

    Currently Reading:

    weewar.com

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
Open source C# FTP Library

There is an Open Source C# FTP Library available now.  It uses an API that matches the current FTP commands, so someone familiar with FTP would have no problem.  It might take everyone else a little extra time to figure out.  [Courtesy of Matt Reynolds]


Posted 07-14-2003 9:46 AM by Darrell Norton

[Advertisement]

Comments

pban wrote re: Open source C# FTP Library
on 10-19-2004 12:15 AM
hi, thank you
Darrell wrote re: Open source C# FTP Library
on 10-19-2004 1:30 AM
No problem.
Danni wrote re: Open source C# FTP Library
on 12-19-2004 8:52 AM
Thanks man!
Darrell wrote re: Open source C# FTP Library
on 12-19-2004 9:20 AM
If you use it with .NET Framework v1.1, some of the methods are obsolete. Make the changes that the compiler warning tells you to, and recompile. Then everything will work the same and won't use any obsolete methods.