FTP routines programmed by VB .net

D

Dartish

Hi all,

I need to use .net VB to achieve some FTP routines.

I need to get the list of file names from the FTP site, compare the
list of file names with the file names of my local directory and
download whatever that is not in my local directory.

I have to do this in .net (VB), which is brand new to me. Any pointers,
sample codes, website, would be extremely helpful.

Thank you very much.

Dartish
 
F

Fred Hedges

I don't think .NET has any/good support for FTP. The link below shows one
chaps attempt to do it with his own library - I suppose it might give some
pointers. The alternative is to purchase and use a commercial .NET FTP
library. Just google for "dotnet+library+ftp" and there are loads of links.

http://www.codeproject.com/dotnet/dotnetftp.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top