get command - want to ignore subfolders

Advertisement

cphite@gmail.com
Joined:
Posts:
1

get command - want to ignore subfolders

Hello -

I have the following commands in a batch script:
"cd outbound" "lcd E:\Import" "get * -delete" "close" "exit"

I want it to only pull files from this outbound folder. There is a hold subfolder that I want it to ignore. I tried changing it to this:
"cd outbound" "lcd E:\Import" "get *.* -filemask=| */hold/ -delete" "close" "exit"

But then it doesn't get any of the files. What am I doing wrong?

The remote site is Linux based, if that makes a difference.

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum