This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

FTP File Monitoring Help (Powershell)

I am looking for a script that will monitor file existence, file age, and file size of a backup to a ftp server in our environment. There is a file that gets backed up every hour and I need the script to be able to return the values for name, age, and size. Each backup file has a similar naming convention (ex: FileName_Date/Time). This script should look for the most recent backup file, determine if it is the hourly backup file, and that the size of the file is above 0Kb.

Any help would be greatly appreciated!