Hi, I'm using an FTP Upload action trying to recursively upload directories/files.
This is from the helpfile:
"If you specify a filespec, then setting the recursive option will find any matching files in any subdirectories of the Local Directory. The files will be placed into the correct subdirectories on the FTP server. Subdirectories on the server will be created if required."
However all my (local) subdirectories are placed in the root-directory where I'm uploading to....
If I continue with your example, I put as 'local directory' in the FTP Upload action the value "C:\Temp \ Root \ Dir1", because I expected that 'Dir1' would also be uploaded....but only the *contents* of 'Dir1' will be uploaded. Sounds logical.