Gossamer Forum
Home : Products : Gossamer Links : Discussions :

nph-import.cgi problem..

Quote Reply
nph-import.cgi problem..
I am trying to use nph-import.cgi to import links from a gzipped RDF DMOZ file. I am using the following syntax, which the script is telling me is incorrect. Any idea what I am doing wrong?

Thanks!
Katina

---

perl nph-import.cgi --import RDF --source=/home/believers/cgi-bin/directory/admin/content.rdf.gz --rdf-category="Top/Sports" --rdf-destination="Sports & Athletics/" --rdf-add-date="2000-01-07"

Quote Reply
Re: [Katina] nph-import.cgi problem.. In reply to
perl nph-import.cgi --import RDF --source=/home/believers/cgi-bin/directory/admin/content.rdf.gz --rdf-category="Top/Sports" --rdf-destination="Sports & Athletics/" --rdf-add-date="2000-01-07" --destination=/home/believers/cgi-bin/directory/admin/defs

I added: --destination=/home/believers/cgi-bin/directory/admin/defs

and it worked... (i think... Still cooking)