Hi all,
My Basic request .....
I want to create a web page to allow me to enter a command into a form, and on submition of the form, the command needs to be executed (on server) and the results either sent to a file (which will then be opened by another page) or the results will be shown on the current page.
Leading to ....
The other thing i want to do is to be able to enter a url or FTP location into a form, when submit is clicked i need to add the input (e.g. ftp://ftp.cdrom.com/filetoget.tar)
to a file (adding the fetch -l command before each line)
This file will then be executed by cron at a later date (midnight) to download the file(s) listed (each added by the script)basicaly so i can schedule downloads remotly!
And Finally ....
How can i monitor/read mail subject! Basicaly i want to do the same as above (fetch files) but i want to submit my downloads by e-mail. So i need to read all incomming e-mails 'subject' on reciving mail, and for !Download in the subject i want to use grep to find the line starting ... 'fetch' and output this to the same file for downloading later.
Any help much appriciated!
Cheers!
Work, Frag, Eat, Frag, Sleep, Frag, wo..
My Basic request .....
I want to create a web page to allow me to enter a command into a form, and on submition of the form, the command needs to be executed (on server) and the results either sent to a file (which will then be opened by another page) or the results will be shown on the current page.
Leading to ....
The other thing i want to do is to be able to enter a url or FTP location into a form, when submit is clicked i need to add the input (e.g. ftp://ftp.cdrom.com/filetoget.tar)
to a file (adding the fetch -l command before each line)
This file will then be executed by cron at a later date (midnight) to download the file(s) listed (each added by the script)basicaly so i can schedule downloads remotly!
And Finally ....
How can i monitor/read mail subject! Basicaly i want to do the same as above (fetch files) but i want to submit my downloads by e-mail. So i need to read all incomming e-mails 'subject' on reciving mail, and for !Download in the subject i want to use grep to find the line starting ... 'fetch' and output this to the same file for downloading later.
Any help much appriciated!
Cheers!
Work, Frag, Eat, Frag, Sleep, Frag, wo..