Downloading CGI

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
chugger93
Regular Member
Posts: 150
Joined: Wed Aug 28, 2002 9:27 am
Location: MI

Downloading CGI

Post by chugger93 »

Is there a way to download a cgi file from someone elses server?

like if i ran status.cgi off a webserver at http://www.domain.com/cgi-bin/status.cgi

is there a way I can just download that file to take a look at the source code? Cuz everytime I run that URL, the server parses it, which is normal, but I want it locally on my machine?

Software to do this maybe? :confused:
Stu
Regular Member
Posts: 341
Joined: Tue Aug 10, 1999 12:00 am

Post by Stu »

Nope, not if the server is configured correctly.
cyberskye
Senior Member
Posts: 4717
Joined: Wed Jan 10, 2001 12:00 am
Location: DC

Post by cyberskye »

One of the advantages to using server side scripting (vs. JScript) is that your code is protected.


There are many sites that offer cgi scripts for download - try google. I'd recommend PHP over cgi (perl and php have nearly identical syntax) as you can find a lot more resources on the web. cgi is on it's way out.

skye
anything is possible - nothing is free

:wth:
Blisster wrote:It *would* be brokeback bay if I in fact went and hung out with Skye and co (did I mention he is teh hotness?)
:wth:
Post Reply