I want to build a small FTP client with FTPWebRequest, I just would like some help for connecting and grabbing header information to show the user from there I think I can figure out the rest of the application.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nice article how to build a simple FTP Client in .NET you may find here http://aspalliance.com/1187_Building_a_Simple_FTP_Application_Using_C_20.all
Also i may give you some advice, for example you want to check if file is available on the FTP server, in that case you may just check its size.
Here is the function which responsible for that: