Listnames not returning all file names - WeOnlyDo Discussion board

Listnames not returning all file names (wodFtpDLX / wodFtpDLX.NET)

by jasnew1969, Thursday, October 10, 2013, 19:43 (3823 days ago)

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: