Re: Is there a way to only get the files and not the subfolders the files are in, which this does.
@supermankelly: See https://winscp.net/eng/docs/script_download_files_to_same_folder
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
get * C:\local\folder\ -filemask=*.XML
/root/misc1/file1.xml
/root/misc1/file2.xml
/root/misc2/file3.xml
/root/misc3/file4.xml
C:\local\folder\misc1\file1.xml
C:\local\folder\misc1\file2.xml
C:\local\folder\misc2\file3.xml
C:\local\folder\misc3\file4.xml
C:\local\folder\file1.xml
C:\local\folder\file2.xml
C:\local\folder\file3.xml
C:\local\folder\file4.xml
get * f:\files\Audit\XMLs\ -filemask=*.XML
*.XML) from all subfolders. When I run the following I get no files because the files are located in many different subfolders. If I do a cd and go directly to a subfolder I get my XML file within that specific subfolder. Not sure what I am missing here.
# Connect to the host and login using password
open sftp://username:[email protected]
# 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\