I am attempting to copy a sub folder and all files in it from a local site to a remote site using RPUT. I can get the files to copy but I need to have the folder to copy over with the files in it. The name of the subfolder changes each day. Here is how I am formatting it:
RPUT d:\[1st level]\[2nd level]\*.* /[1st level remote]/rop/.
The folder I am attempting to copy is in the [2nd level] folder and I want to copy it to the rop folder. The log records a failure in the command. Can anyone help?
Thanks,
Gary