Post a reply

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

zenpie

Thanks Martin. I'll look into it..
martin

Re: Appending of timestamp to a file if already exists in the remote folder.

WinSCP scripting does not support any conditional operations.

Though, you can script this easily in PowerShell using WinSCP .NET assembly.
zenpie

Appending of timestamp to a file if already exists in the remote folder.

Hi, I need to copy files from a windows machine folder to a folder in sftp server.
Here, if files already exist in that remote folder then a timestamp needs to be appended when the file was copied.
After setting the local and remote paths, I'm using put command and this is the code i'm trying to implement

put -resume -filemask="*>=1D; *%TIMESTAMP#yyyymmddhhnnss%.*" *

Plz tell me what to do. Am i going in the right direction
Thanks!