ftp files down that match a list in a SQL table?
Posted: Mon Feb 02, 2004 5:02 pm
I was hoping that someone has either already written something like this or can at least give me a concept of how I should go about it.
I have a list of SKU's in a database for products. I want to take that list of skus and ftp image files from another server that match those skus.
The images are named by the sku of the product.
So somehow I need to read the list of sku's from the sql database and then put them into an array - I think. Then read out of this array for the file names to ftp to my local server.
Any clues?
Burke
I have a list of SKU's in a database for products. I want to take that list of skus and ftp image files from another server that match those skus.
The images are named by the sku of the product.
So somehow I need to read the list of sku's from the sql database and then put them into an array - I think. Then read out of this array for the file names to ftp to my local server.
Any clues?
Burke