Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

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