How to return a list of files located on an FTP server

  • Thread starter Thread starter vbnewbie
  • Start date Start date
V

vbnewbie

I need to capture the names and paths of all files located on an ftp
server.
I will then populate a listbox with these file names so that a user
can select which to download.

In the following example, I would need to get a list of all the file
names in the folder named Data2

ftp://myftp/Data/Data2/File1...file2...file3 etc

I tried to use the FolderBrowser Dialog box but that only shows
folders, not files.

Thanks
 
I need to capture the names and paths of all files located on an ftp
server.
I will then populate a listbox with these file names so that a user
can select which to download.

In the following example, I would need to get a list of all the file
names in the folder named Data2

ftp://myftp/Data/Data2/File1...file2...file3 etc

I tried to use the FolderBrowser Dialog box but that only shows
folders, not files.

http://blogs.msdn.com/mariya/archive/2006/03/06/544523.aspx
 
Back
Top