Gossamer Forum
Quote Reply
Telnet?
Hi

How i can build pages using telnet?

Bio
Quote Reply
Re: Telnet? In reply to
type

perl nph-build.cgi

Note: choose whether you will be building from telnet or the web. Don't do both!

--Mark

------------------
You can reach my by ICQ at UID# 8602162

Quote Reply
Re: Telnet? In reply to
It is quite easy. Once you log into your shell account via telnet, change directory (cd) to your admin directory. In my case, I type:

cd web/goodstuff/admin

Once you are in the admin directory, enter the command:

nph-build.cgi

That will build the pages for you and display information on the screen as the build progresses. If you want to log what the build does, enter the command as follows:

nph-build.cgi > path/to/log/filename

where "path/to/log/filename" is the path and filename of your log file. On my system, the command looks like this (I build the log in the admin directory in Links v1.1):

nph-build.cgi > build_links.log

I hope this helps.

------------------
Bob Connors
bobsie@orphanage.com
www.orphanage.com/goodstuff/
goodstufflists.home.ml.org/


Quote Reply
Re: Telnet? In reply to
Hi

I go to my admin dictory and write the command: nph-build.cgi

nph-build.cgi: Command not found.


This is a admin directory and the file nph-build.cgi is there.


Bio