Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

How to large file upload to ftp using c# .net windows application?

Please help me.

Ankit Agarwal
Software Engineer
Posted

Have you tested with any samples. I suggest you to create few samples and test.
Here is a good starting point ...

http://msdn.microsoft.com/en-us/library/ms229715(v=vs.90).aspx[^]

There should not be any problems in uploading large files if you input and output streams are correct. FTP uses TCP transport layer to send data which will remain open day or event week. So the size and time will not be an issue.
 
Share this answer
 
v3
Comments
[no name] 11-Jan-13 8:05am    
My file is 80mb file, I want to send to the ftp, how can i upload to ftp?
Tharaka MTR 11-Jan-13 8:15am    
There should not be any problems in uploading large files if you input and output streams are correct. FTP uses TCP transport layer to send data and you can remain open it as you want. So the size and time will not be an issue.
Hi
try this piece of code:
http://www.digitalcoding.com/Code-Snippets/C-Sharp/C-Code-Snippet-Upload-file-to-FTP-Server.html[^]

cheers,
Marco Alessandro Bertschi
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900