Exclude Sub Folder & Extension

Advertisement

m.mk53
Joined:
Posts:
5
Location:
Egypt

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

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum