Update files on FTP by date (=foldername)

Discuss RoboTask here
Post Reply
itsmee
Posts: 1
Joined: Tue Sep 08, 2009 3:05 am

Update files on FTP by date (=foldername)

Post by itsmee »

Here´s my idea:
You want to update files on a ftp-server at given dates but don´t want to do this manually. So I would like to setup folders named like:

- 2009-09-11
- 2009-09-13
- 2009-09-17
- etc.

Inside this folders there are files that have to be uploaded on a server by ftp on the dates that are set by the folders name.

With this you could prepare files and the website will be updated automatically.

Is this possible? Any ideas? Maybe someone did this before.

Thanks for your reply!
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Update files on FTP by date (=foldername)

Post by Oleg »

You can compose folder names with date-time variables.
For example:
{Year}-{MonthNo}-{Day}
Post Reply