[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] run cgi from telnet
- Subject: RE: [cobalt-users] run cgi from telnet
- From: "Dee Dreslough" <dee@xxxxxxxxxxx>
- Date: Tue Aug 1 15:46:54 2000
If it's a Perl script, you can telnet into the directory with the program
and type:
perl <name of cgi script>
and you'll get a text output of whatever the Perl script was trying to send
out via the webserver.
You can catch it by typing
perl <name of cgi script> > textfile.txt
for example:
perl qpadmin31.pl > Output.txt
You can then view that output.txt file by typing pico <name of file>
-Dee Dreslough (dee@xxxxxxxxxxxxx)
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of into it
> Sent: Tuesday, August 01, 2000 6:20 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] run cgi from telnet
>
>
> we are raq3
>
> i have figured out how to get to my dir in telnet...
>
> how do i run a cgi script from telnet...
>
> i have been advised by my script maker to see if it
> works in telnet...
>
> many thanks
>
> __________________________________________________
> Do You Yahoo!?
> Kick off your party with Yahoo! Invites.
> http://invites.yahoo.com/
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>