Looking for the WinSCP command line equivalent of selecting the most recent/latest file. Any ideas
相关问题
- Running Unix shell script with batch file to downl
- Automated Synchronisation of server files and loca
- Download files newer than X days from SFTP server
- Upload file through vba and WinSCP.com
- How to convert Windows FTP script to WinSCP?
相关文章
- Problem in executing the batch file in winscp
- Loading WinSCP in PowerShell - Could not load file
- Batch script to watch for changes on FTP server
- SSH host key fingerprint … does not match pattern
- Convert a batch-file command with complex argument
- Download files from SFTP server using PowerShell [
- SSH host key fingerprint does not match pattern C#
- Batch File > Javascript > WinSCP > Check if file e
Use the
-latest
switch of theget
command, as the Downloading the most recent file article shows:If you want to use it on command-line, the syntax is like:
Use WinSCP GUI to generate command-line template for you.