Is there a way to save CGI and PHP files form the internet? I nned to make use of these offline and in Linux..
------thizzankz ![]()
Is there a way to save CGI and PHP files form the internet? I nned to make use of these offline and in Linux..
------thizzankz ![]()
Originally posted by Stevie BM@May 22 2004, 12:24 PMTopic Moved.
This is more suited to Web Development.
-------------------
Stevie BM
Opps!
Sorry Stevie! ![]()
Originally posted by ihartmacz@May 22 2004, 07:27 PMOpps!
Sorry Stevie!
![]()
Not a problem...
As for your problem, have you tried navigating directly to the CGI file with your browser?
Alternatively, you could make a simple HTML file locally, with a link to the CGI file, and do the "Save Target As..." trick (whereby you right click said link and try to save the CGI that way).
Other than that, I dunno...
I would imagine there's some fancy Linux thing you can do like "get " in a terminal window to save the file, but I dunno...
I'd think it would be impossible without FTP access... unless somehow you can get to the files without going through the server software, you'll always get the -output- of the script..
Not without FTP access you can't. Going through a browser will just give you the output of the CGI since the webserver the CGI script is on will interpret your request for the file as the instruction to execute and send you the output.