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!
Update files on FTP by date (=foldername)
Update files on FTP by date (=foldername)
You can compose folder names with date-time variables.
For example:
{Year}-{MonthNo}-{Day}
For example:
{Year}-{MonthNo}-{Day}