FTP file Upload
-
Hi, How to upload files from client machine to server machine using FTP in C# ASP.net.
kamalnath
-
Hi, How to upload files from client machine to server machine using FTP in C# ASP.net.
kamalnath
-
I need to implement Upload files option using FTP from my application with out using FTP softwares.Is there any C# classes are there to perform this task.
kamalnath
-
Hi, How to upload files from client machine to server machine using FTP in C# ASP.net.
kamalnath
I think webclient class can upload files as u want.
Viral YahooID : just_viral My Site : www.theseoworld.info
-
Hi, How to upload files from client machine to server machine using FTP in C# ASP.net.
kamalnath
Dear kamalnath, if you are going to use the ftp method means, you can use the normal fileupload method in you coding. But if you are trying to do some ftp software ,then use web client class. it is easy to send the file through the file upload method.
All The Best Sathesh Pandian