Hello all,
I am using secure ftp to connect to a server and retrieve 'n' number of files. I want to detect if any of the files were missing on any given day. I plan to create a txt file with all the names of the files, read this file from the perl script and load the names as the key in a hash. I want to compare this keys with the files I am getting and if the file has come, put the status on the hash as present. If not, put the status as not present. After this hash has been created, I want to create a simple web page that just lists the file names and the status whether present or not. How to go about this? I am not very clear.
Thanks
I am using secure ftp to connect to a server and retrieve 'n' number of files. I want to detect if any of the files were missing on any given day. I plan to create a txt file with all the names of the files, read this file from the perl script and load the names as the key in a hash. I want to compare this keys with the files I am getting and if the file has come, put the status on the hash as present. If not, put the status as not present. After this hash has been created, I want to create a simple web page that just lists the file names and the status whether present or not. How to go about this? I am not very clear.
Thanks