I want to use ftp component in my project
Where txt file can be download and upload
Kindly help me to what ftp component should i use and how ??
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Zoran HorvatPosted Jul 7, 2011, 6:07 AM
If you do not know exact name of the file then you would have to use System.Net.FtpWebRequest class to list FTP directory. Here is the MSDN documentation for FtpWebRequest class: http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx
Zoran