Champak Posted November 11, 2023 Posted November 11, 2023 (edited) Is there any way to bypass ftp file listing limitations with autoit. I see I'm hitting a 8000 file limit (host claims they set the limit is at 10,000 but regardless that's still too low) with the ftp array and findnext function. I need to find certain files and I have 25,000 files in the dir. EDIT: Follow up question...and I guess the main question, does that limit mean the search wont find a file that comes in at 8001, or is that just a matter of displaying the list of files in the dir? Edited November 11, 2023 by Champak
Champak Posted November 11, 2023 Author Posted November 11, 2023 Disregard, I went about this a different way. Decided to make a php script in the dir that displays all the files and then read the file list off of that, and then do what I need to do with the list of files through ftp.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now