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:
Comments
Post a Comment