Hello all,
A web hosting company is hosting our website. The site stores a few files in individual folders for each order placed on the site. For example:
If customer1 place an order and gets order number 1027
and customer2 place another order and gets order number 1035
then two folders are created.
for customer1 it creates the folder called: 1027 - customer1
and for customer2 the folder called: 1035 - customer2
I need to copy these folders from the ftp site of the web hosting company to be able to use the xml for the order.
I have an ftp task in ssis that connects to the remote directory, but it only let me select one file at a time.
ei: for customer1 it will let me download only if i use the following type of path: /1027 - customer1/order_1027.xml
but went i use /*.* or just *.* it doesn't work
but I need to download all the folders and work with them locally to extract the xml file from each folder.
Is the ftp task only used for files?
Or do I have to use a combination of the ftp task with another one?
Please help!!!
Thanks in advance,
aldi
A web hosting company is hosting our website. The site stores a few files in individual folders for each order placed on the site. For example:
If customer1 place an order and gets order number 1027
and customer2 place another order and gets order number 1035
then two folders are created.
for customer1 it creates the folder called: 1027 - customer1
and for customer2 the folder called: 1035 - customer2
I need to copy these folders from the ftp site of the web hosting company to be able to use the xml for the order.
I have an ftp task in ssis that connects to the remote directory, but it only let me select one file at a time.
ei: for customer1 it will let me download only if i use the following type of path: /1027 - customer1/order_1027.xml
but went i use /*.* or just *.* it doesn't work
but I need to download all the folders and work with them locally to extract the xml file from each folder.
Is the ftp task only used for files?
Or do I have to use a combination of the ftp task with another one?
Please help!!!
Thanks in advance,
aldi