Transfer files and folder (by recursion?) to an internal share

Hi,

i have the following requirement.

We have files in several folders on a ftp server. From this location all these files and folders must be copied/moved 1:1 with the directory structure to an internal share.

Is there a way to achieve this by ftp commands / services provided within WmPublic package or do we have to
write a own java or .net service to achieve this ?

Thanks in advance,
Sebastian

Hi,

First try out the below services and test if it meets your requirement:

pub.client.ftp:mget
pub.client.ftp:get

pub.client.ftp:mput
pub.client.ftp:put

For more information refer the guide as per your wM version.

Yes you are need to transfer multiple files to the target remote location you should use client.ftp:mget/mput public services…Have you reviewed that option?

HTH,
RMG