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.
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.