Hello all you VB.NET 'ers
This being my first post would first of all like to say "Hallo!" :cheesy:
My problem is with Microsoft's FTP class
http://support.microsoft.com/default.aspx?scid=kb;en-us;832679
When I use this class, I am calling the
GetFileList Function to populate a listbox so that the user may be able to choose the files to download. However, it does not consistently return all the files. Usually it either 1] return only 1 file in the directory (if lots of files are in directory only returns one) 2] return all files in directory.
Has anyone had the same problem before and know how to fix this or have another FTP class that I could use to achieve this?
Thanks in advance.This should help greatly in several of the programs I need to run that need to retrieve a file from an FTP site to process and such.