Re: Issue with -latest switch
Yes, this is an expected behavior. To get two files, use two
get
commands, each with one of the masks.
get
commands, each with one of the masks.
"open sftp://user:pass@host:port" "get /path/to/abc_*.csv /path/to/xyz_*.csv d:\downloads\ -latest" "exit"