Answered by:
FTP Control for a Large file Upload

Question
-
User-1493117120 posted
I have a scenario which I am looking at where large files which are about 30-40 MB are being FTPed to a server. I am looking at creating a .net screen with the FTP control to upload the file to a Unix server. I need to know how much of a performance hit it is to work with such large files, is it a feasible option in this scenario?
I might have to create a .net component for the same and call from ASP application. Is it doable?
Thursday, February 4, 2010 1:41 PM
Answers
-
User-952121411 posted
Take a look to some of the following links for information that may help you:
Creating an FTP Client in .NET:
http://ondotnet.com/pub/a/dotnet/2004/05/10/ftpdotnet.htm
FTP a file VB.NET:
http://www.eggheadcafe.com/community/aspnet/14/10028910/ftp-a-file.aspx
C# FTP Upload:
http://www.vcskicks.com/csharp_ftp_upload.php
Simple FTP Demo Application Using C#.NET 2.0:
http://www.codeguru.com/csharp/csharp/cs_internet/desktopapplications/article.php/c13163/
Building a Simple FTP Application Using C# 2.0:
http://aspalliance.com/1187_Building_a_Simple_FTP_Application_Using_C_20
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, February 5, 2010 9:08 AM
All replies
-
User-952121411 posted
I know that a WCF service will handle streaming large files to a server quite easily and efficiently with a host of communication protocols and hosting options. I myself created a WCF service that streamed larges files from server to server quickly. I moved a 12GB+ file across servers in less than 5 minutes using the service. The point is that is quite doable. Take a look at the following for more information:
Large Data and Streaming:
http://msdn.microsoft.com/en-us/library/ms733742.aspx
How to: Enable Streaming:<!---->Hope this helps!Thursday, February 4, 2010 5:17 PM -
User-1493117120 posted
Thanks for the reply but this would not address my scenario as I do have to work around with just a .Net component or asp.net web app built using .net page in .net framework 2.0. I am looking for something which would address this issue with the existing system.
Thursday, February 4, 2010 11:19 PM -
User-952121411 posted
Take a look to some of the following links for information that may help you:
Creating an FTP Client in .NET:
http://ondotnet.com/pub/a/dotnet/2004/05/10/ftpdotnet.htm
FTP a file VB.NET:
http://www.eggheadcafe.com/community/aspnet/14/10028910/ftp-a-file.aspx
C# FTP Upload:
http://www.vcskicks.com/csharp_ftp_upload.php
Simple FTP Demo Application Using C#.NET 2.0:
http://www.codeguru.com/csharp/csharp/cs_internet/desktopapplications/article.php/c13163/
Building a Simple FTP Application Using C# 2.0:
http://aspalliance.com/1187_Building_a_Simple_FTP_Application_Using_C_20
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, February 5, 2010 9:08 AM