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!
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!