Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

benemax@gmail.com

Re: Re: Get lastest version of file from VMS via SFTP

I found a solution using TrimVMSVersions (-rawsetting TrimVMSVersions=1). It working fine. Thank you for your support.
martin

Re: Get lastest version of file from VMS via SFTP

There's no support for VMS versions in WinSCP.
But aren't the latest versions downloaded by default?
benemax@gmail.com

Get lastest version of file from VMS via SFTP

Hi. I need to download the latest version (;0 or ;1 ecc...) of the files of an entire folder from VMS: is there the possibility of using some filters in the script?
WinSCP.com sftp://user:password@server

cd dsa:[100,100]
lcd C:\TEMP
get *.*
bye