Answered
cfftp and file's lastModifed question
Using cfftp, is there another way to get a file's
LastModified DT stamp other that using action="listDir"?
I have a scheduled job that hits an ftp server every minute. The file I'm trying to check is in a folder with a handful of files that are all constantly updating, and my code intermittently bails on the "listDIr". My guess is one of the files are being updated at the moment I'm doing a "listDir", and ColdFusion can't read the directory and bails.
Thanks for reading,
JB
I have a scheduled job that hits an ftp server every minute. The file I'm trying to check is in a folder with a handful of files that are all constantly updating, and my code intermittently bails on the "listDIr". My guess is one of the files are being updated at the moment I'm doing a "listDir", and ColdFusion can't read the directory and bails.
Thanks for reading,
JB