Re: Script creating empty directories
You two unrelated problems.
1. The
2. To avoid creating empty directories, use
1. The
%2F
is caused by */
. It should be either *
only or you can omit that parameter altogether.
2. To avoid creating empty directories, use
-rawtransfersettings[1] ExcludeEmptyDirectories=1