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

sanketK

Re: Upload 2 specific latest files to remote server

Thanks @martin,
It's working now!
Appreciate your quick response.
martin

Re: Upload 2 specific latest files to remote server

put \\folder1\folder2 -filemask=a.csv>=1D;b.csv>=1D /folder3

Though if you want to upload today's files, then >=today is more appropriate.
sanketK

Upload 2 specific latest files to remote server

Hi,
I want to upload 2 files (a.csv, b.csv) to remote server which has been updated in same day.
Script:
put "\\folder1\folder2" -filemask="a.csv" "">=1D", "b.csv" "">=1D"" ""/folder3""
 

Here, I'm unable to mask 2 files for current date.
Any help is greatly appreciated!

Thanks,
Sanket