Is there a way to return a file list from a remote machine all at one time?
I am currently using the FileSystemObject and checking to see if files were modified within the past day. If so, store the filename to copy later.
The problem... the remote machines are on the other side of the planet, and the folder has over 1800 files... All of which only about 12 fit the criteria (modified within 24 hours).
This is very time consuming because it is making a call to the remote computer for each file.
Can I get the properties for all files at once? Or can I send a filter to only return the 12 or so filenames to the FileSystemObject?
TIA,
Kevin
