10/5/08

FTP (File Transfer Protocol) Asp.net

Alex Kwok has been gracious enough to provide a free component for handling FTP transfers — because the current implementation of .NET has a mysterious hole where this functionality should be. This FTP client appears to have all the basic functionality you’d expect, such as uploading and downloading files, listing directories, and deleting and renaming files. A healthy dose of sample code is also available.

http://www.codeproject.com/dotnet/dotnetftp.asp


GotDotNet.com provides another great example of an FTP client component. It allows you to upload, download, manage directories, and perform most other basic file operations. The VB.NET source code is freely available and well written. Sample code for using the control is also included in the download. An online forum lists many discussion topics about the component in case you’d like to learn more about the inner workings and how to extend it.

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=DD5E4A38-7F5B-45E0-9C36-64B987947C20



No comments:

Post a Comment

Welcome