Click here to Skip to main content
15,885,869 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I am new to FTP in VB.NET and would like to know where I can find the FtpWebRequest class mentioned on this site. I seems that it should under System.Net.FtpWebRequest, but I don't have this option. I only see System.Net.WebRequest. Where should I look for this, or do I need to add a reference to the project first?

Thanks,
J
Posted
Updated 9-Jan-12 20:48pm
v2
Comments
Sergey Alexandrovich Kryukov 10-Jan-12 3:00am    
Wow! What part of Internet was broken? :-)
--SA
Smithers-Jones 10-Jan-12 4:37am    
"Where should I look for this" - I'd start with Google.

1 solution

Are you serious? It would take few seconds to find out. Look at this MSDN page and see the whole hierarchy on top of the page: http://msdn.microsoft.com/en-us/library/system.net.webrequest.aspx[^].

—SA
 
Share this answer
 
Comments
Jacques Swiegelaar 10-Jan-12 4:37am    
Dude, as mentioned, I am new to this stuff. Thanks for what you gave me, but it is not helping me. How to I make this class part of my project in order for me to use it's functions. I need something for a FTP project I am busy with.
Sergey Alexandrovich Kryukov 10-Jan-12 11:16am    
You did not ask about it. You asked "where do I find...". The answer is: look at the code sample at the end of the article, but use System.Net.FtpWebRequest instead of System.Net.HttpWebRequest using the help page on System.Net.HttpWebRequest which you can navigate to by clicking.
--SA
Smithers-Jones 10-Jan-12 4:38am    
Isn't Google a nice thing? Pity, that not many people seem to know about it.

My 5. :)
Sergey Alexandrovich Kryukov 10-Jan-12 11:17am    
Thank you very much.
What are you doing? You provoked this guy to some comments that call reporting for abuse :-)
--SA
Smithers-Jones 10-Jan-12 15:25pm    
Me? I thought it was you :-)

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