API for recursive copy directory

ricardo

New member
Joined
Apr 18, 2012
Messages
5
Hello members,


I cannot figure out how I can copy one source directory to another destination path, recursively (preferred with the same user rights) with the direct admin API.

Can anyone guide me through?

Thanx in advance.


ricardo
 
Anyone who knows this?

the api tells me this:

Copy file:
method POST only.
action=copy
path=/filesdirectory
old=file.html
filename=newfile.html
overwrite=yes|no (not passing this option is the same as 'no')


But not how to copy multiple files from a source to a diffrent destination path.

Please, can anyone tells me howto fix this?
 
Back
Top