How to upload files to a server with ftp code? my web host apperently does not allow using regular file upload using MVC or web forms on IIS7
I do not use the application of the third part I use asp.net mvc 2, C #
There are various methods, but the simplification, in my opinion, is to use the FtpWebRequest class. A good example of a simple file upload using it here:
http://msdn.microsoft.com/en-us/library/ms229715.aspx
I use Rebex FTP for .NET - not for free, but a very small FTP library. It allows you to download using stream, so it can meet your requirements.
http://www.rebex.net/ftp.net/
WCF is probably the choice.
This stream can help you, Copy files to an FTP server using WCF .
A few weeks ago I just developed a project with WCF. I feel that he is powerful and productive.