Listnames not returning all file names (wodFtpDLX / wodFtpDLX.NET)
After I connect, I run this:Ftp1.ListNames In/ to get a list of all the files in the directory. I catch the list using
sfn() = Split(FileInfo, vbNewLine) in the ftp1_listitems event.
I then parse through them and download them as I need them. The problem I am having is that it isn't returning all files in that directory. I have 4000 files there and it is only returning 33 in the string. I tried it with the sftp control and got the same response. Is this a limitation or a I doing something wrong?
Complete thread:
- Listnames not returning all file names - jasnew1969, 2013-10-10, 19:43
- Re: Listnames not returning all file names - wodSupport, 2013-10-10, 19:48
- Re: Listnames not returning all file names - jasnew1969, 2013-10-10, 20:47
- Re: Listnames not returning all file names - wodSupport, 2013-10-10, 20:48
- Re: Listnames not returning all file names - jasnew1969, 2013-10-10, 21:10
- Re: Listnames not returning all file names - wodSupport, 2013-10-10, 21:18
- Re: Listnames not returning all file names - jasnew1969, 2013-10-10, 21:23
- Re: Listnames not returning all file names - jasnew1969, 2013-10-10, 21:35
- Re: Listnames not returning all file names - jasnew1969, 2013-10-10, 21:41
- Re: Listnames not returning all file names - jasnew1969, 2013-10-10, 21:35
- Re: Listnames not returning all file names - jasnew1969, 2013-10-10, 21:23
- Re: Listnames not returning all file names - wodSupport, 2013-10-10, 21:18
- Re: Listnames not returning all file names - jasnew1969, 2013-10-10, 21:10
- Re: Listnames not returning all file names - wodSupport, 2013-10-10, 20:48
- Re: Listnames not returning all file names - jasnew1969, 2013-10-10, 20:47
- Re: Listnames not returning all file names - wodSupport, 2013-10-10, 19:48