sirkako
I'm trying to create a historical repository for file I download daily from a server that posts a file, which is different every day but has the same name. I already created a schedule to get the file off the server, every day at 8am.
My problem is that in order to not replace the file downloaded from the previous day, I need to rename it, so every file that downloads daily gets the date (or sequential number) apprehended to the file name, like so...
from > SFTP/dir/file.txt
to > C://dir/file_7/13/2012.txt
Or any alternative to this that gets the job done.
Any suggestions?
Thanks in advanced!
Rick.
My problem is that in order to not replace the file downloaded from the previous day, I need to rename it, so every file that downloads daily gets the date (or sequential number) apprehended to the file name, like so...
from > SFTP/dir/file.txt
to > C://dir/file_7/13/2012.txt
Or any alternative to this that gets the job done.
Any suggestions?
Thanks in advanced!
Rick.