Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to use ftp995 exe in c# to transfer file to ftp server
Posted
Comments
David_Wimbley 27-May-13 2:20am    
Google is your friend.

What have you tried? Can you post some code? Why cant you just use FtpWebRequest classes to ftp a file? Using a 3rd party tool like ftp995 (which i am assuming is this thing http://www.ftp995.com/) adds another point of failure that you are (basically) unable to control.


Ftp-ing files in C# is easy and basic. I'd be happy to show you how but i dont know what your requirements are or if you have to use ftp995.
yuvaraja radhakrishnan 27-May-13 2:38am    
hai sir,
first i used FtpWebRequest classes it was worked correctly in development but when i deployed to server it throw some issue so i used another method using cmd lines to move file in c# but it throws error while mode change pasv and active. is there some other ways?
David_Wimbley 27-May-13 14:17pm    
What issue did FtpWebRequest throw? Probably a permissions/firewall (Windows) issue more then likely. It would be easier/less of a head ache in the long run to fix it on your production box (in my opinion)...that is unless you have no control over the production box.

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