Put multiple files using pubclientftp

Hi,
I am working on WM6_0_1.
I want to know while using pub.client.ftp if I have to put all files into a remote server directory from my local directory. Can I do that in one step?
If ‘localfile’ and ‘remotefile’ names are not given and if 'dirpath’is given in “PUT” command dose it put all the files at one shot on to remote server with the same name as in the local directory?

Dear Vijay

You can use the following service to trasnfer multiple files

pub.client.ftp:mput

it puts all the files at one shot on to remote server with the same name as in the local directory

Srini