Looking for the WinSCP command line equivalent of selecting the most recent/latest file?
http://winscp.net/eng/docs/script_download_most_recent_file
I'm looking for a way to update my WinSCP command-line below to download the latest file:
winscp.com /command "option batch abort" "option confirm off" "open sftp://martin@example.com/ -hostkey=""ssh-rsa 2048 xx:xx:xx...""" "exit"