Hi All,
can anybody tell me how to do FTP programming in
VB.NET
Thanks in advance
Regards
Nag K.
Printable View
Hi All,
can anybody tell me how to do FTP programming in
VB.NET
Thanks in advance
Regards
Nag K.
I have one of these that I am currently working on. You are travelling down a path that requires indepth knowledge of WebRequests and such.
This is no simple task you have asked about and there is no simple solution.
If you are serious about writing an FTP application, you need to familiarize yourself with things like WebRequests, WebResponses, Streams, and ResponseDescriptions to interpret what the WebResponse returns.
While you can write an FTP client (and server for that matter) in VB.NET, there is no quick and easy way to do it, just hunker down and dig in, you are in for a lot of reading and testing of code before you will have something that will communicate to an FTP server.
You can find ftp code at www.gotdotnet.com.
There is a free FTP component I use that does the trick:
Info: http://www.chilkatsoft.com/ChilkatFtp.asp
Download: http://www.chilkatsoft.com/ChilkatFtp.exe