Click to See Complete Forum and Search --> : How to Locate Images in a specific folder.


mao
11-29-2006, 10:38 AM
I need some help please!!

I have a CSV file that contains all the Images names i am looking for.

I need to connect to an FTP site, locate the Image Folder and Search for the images that are listed in the CSV file.

Then I need to report which images where NOT found.

Is this Possible?

_Aerospace_Eng_
11-29-2006, 02:49 PM
If you have the username and password of the ftp host, yes it is possible. Without it, no.

ray326
11-29-2006, 02:56 PM
Yes, you could do that with a shell script or maybe a little easier with Perl.