FTP question

  • Thread starter Thread starter RD
  • Start date Start date
R

RD

Need to download a file via FTP that is on a site requiring a user name and
password for access to file to download.

Anyone know of any sample code to in VB.Net to do this?

Thanks for any help,

Bob
 
* "RD said:
Need to download a file via FTP that is on a site requiring a user name and
password for access to file to download.

Anyone know of any sample code to in VB.Net to do this?

Maybe you'll find a solution here:

<http://www.freevbcode.com/ShowCode.Asp?ID=4655>
<http://www.allapi.net/downloads/NetFTP.zip>
<http://www.visualbuilder.com/article/viewarticle.asp?id=1234>
<http://www.abderaware.com/> (FTP component)
<http://www.csharphelp.com/archives/archive9.html>
<http://www.codeproject.com/csharp/FTPDriver1.asp>
....
 
What an extraordinary co-incidence that Herfeids first four links were
exactly the same as yours. Such is the mighty power of google, your searchs
must have been quite similar, well they say that great minds think alike !

;-)

Regards - OHM

Regards - OHM# (e-mail address removed)
 
* "One Handed Man said:
What an extraordinary co-incidence that Herfeids first four links were
exactly the same as yours. Such is the mighty power of google, your searchs
must have been quite similar, well they say that great minds think alike !

Cor posted my link collection... But that's no problem...

;-)
 
Bob,
In addition to the links that Cor & Herfried posted.

Matthew MacDonald's book "Microsoft Visual Basic .NET Programmer's Cookbook"
has a topic that includes a sample FTP client.

Hope this helps
Jay
 
Back
Top