Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Telnet import.cgi

Quote Reply
Telnet import.cgi
Hi Alex!

Thanks for letting me know I can telnet import.cgi, which I am atempting to do now!

Unfortunately, I have a rather rudimentary telnet client, which only shows a couple lines (so I cannot see all of the help screen...), and I am also not too well versed in the ways of telnet.

I am trying to run this line:

perl imprt.cgi --transfer S1S2 --source /path/to/source/def --clear-tables

First, I am not sure if I have the syntax right (do i?)

Also, I get a Critcal Error telling me I did not specify import and export formats in line 89 and 153...

HELP (PLEASE!)

Dave

Quote Reply
Re: Telnet import.cgi In reply to
Try:

./import.cgi --from=S1 --to=S2 --source=/path/to/links1/def --destination=/path/to/links2/def --clear-tables

and see if that works. =)

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Telnet import.cgi In reply to
Alex:

Thanks for the prompt reply! Worked like a charm!

dave