Re: get files from subfolders
It's
get * f:\files\Audit\XMLs\ -filemask=*.XML
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
get * f:\files\Audit\XMLs\ -filemask=*.XML
# Connect to the host and login using password
open sftp://username:pw@site.org
# Change the remote directory
cd /ecs-app/dcs/application/mainfolder
# get all the files in the remote directory and download them to a specific local directory
get *.XML f:\files\Audit\XMLs\