How to Create directory on FTP location

Hi all,

Can any one help how to create directory on FTP location.

Thanks
Jhanshi

I think this would be covered in the built-in services guide under pub.client:ftp.

Mark

Could you please let me know which service we need to use creating a directory in FTP location???

Thanks,
Sreenivas

pub.client:quote and specify an input string with the mkdir command.

Thanks :slight_smile:

Dear all, could you please paste an example. I have the same problem but can’t create the directory with pub.client:quote service. I think I’m write a wrong command. Thanks in advance.

I got it!! The command: MKD %destinationPath%
works fine. Regards.