c# - upload file with ftp? -


how can upload files server ftp though code? web host apperently dont allow ous use "regular" fileupload in mvc or web forms anymore on iis7

i rather not use third part app use asp.net mvc 2, c#

there various methods simplist in opinion make use of ftpwebrequest class. there nice example of simple file upload, making use of it, here:

http://msdn.microsoft.com/en-us/library/ms229715.aspx


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -