- martin
Post a reply
Topic review
- m.mk53
Exclude Sub Folder & Extension
Dears Team,
please I need your support, I made a simple batch to transfer files from SFTP to my local folder
I used the below command to get files exclude type xml and it work
And I tied to exclude all SUBFOLDER in
How can I combine exclude all sub folder also exclude xml at the above command?
Many thanks.
please I need your support, I made a simple batch to transfer files from SFTP to my local folder
I used the below command to get files exclude type xml and it work
get -filemask=">=0D|*.xml" "/home/user/dirroot" "C:\Users\%Username%\Desktop\dirroot"
And I tied to exclude all SUBFOLDER in
dirroot
folder using |*/
but it always failed
How can I combine exclude all sub folder also exclude xml at the above command?
Many thanks.