kaisersoze Posted May 9, 2006 Posted May 9, 2006 How to download a file using ftp programmatically. I have all files in the database in a binary column. Presently I use web services to download the files. But users are having difficulty when downloading huge file as it is taking much time. So, Is there a way i can download a file from the datbase using ftp. I appreciate any feedback. Quote Note: I think as a programmer not as a human, so use my answer at your will
Gill Bates Posted July 4, 2006 Posted July 4, 2006 Have a look at the FtpWebRequest class (as well as FtpWebResponse) which is new in .NET 2.0: http://msdn2.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.