Search found 3 matches
- Thu Apr 24, 2008 12:10 am
- Forum: Technical / Scripting
- Topic: Recursively navigate ftp site, collecting structure
- Replies: 5
- Views: 5583
- Wed Apr 23, 2008 6:48 pm
- Forum: Technical / Scripting
- Topic: Recursively navigate ftp site, collecting structure
- Replies: 5
- Views: 5583
FTPGetDirList and subdirectories
Will FTPGetDirList normally spider thriugh subdirectories as well - Help file said "D obtains a full directory listing, including directories, subdirectories and their contents. " but I am only seeing ONE level .. is this true I would have to write further code to explore using the text file generat...
- Mon Apr 21, 2008 10:19 pm
- Forum: Technical / Scripting
- Topic: Recursively navigate ftp site, collecting structure
- Replies: 5
- Views: 5583
Recursively navigate ftp site, collecting structure
I am looking for any script that will recursively navigate ftp site, collecting directory and file structure. The ultimate purpose is to compare file listings from day to day, looking for new files of specific file type. I need to start at a given point in the tree and gather all the structure from ...