I'm trying to find the best solution for scheduling uploads to my server to specific directories.
- initially uploading the content
- pushing it live at the defined time
I've heard cron job recommended, but I've no idea how to use such a thing.
I'm trying to upload .html, .php, and .jpg files to multiple different directories all at the same future time.
I'm using Linux, cPanel, PHP. Typical LAMP stack + cPanel.
Any input is appreciated.