Ik heb een probleem met nget. Ik probeer vanuit huis wat binairies weg te halen met nget en die is command line.
Nu doe ik het volgende :
Me config file ziet er standaard uit :
Nu doe ik het volgende :
code:
1
2
3
4
5
6
7
8
9
| [rick@linuxmuts software]$ nget -g alt.binaries.nl -r "" make_connection(1,news.quicknet.nl ,nntp,0xbfffeed0,512) error, will try quicknetnews again (Connection: open news.quicknet.nl (gethostbyname: Unknown host)) nntp_group: trying again. 1 [rick@linuxmuts software]$ ping news.quicknet.nl PING news.quicknet.nl (213.73.255.20) 56(84) bytes of data. 64 bytes from news.quicknet.nl (213.73.255.20): icmp_seq=1 ttl=61 time=8.62 ms |
Me config file ziet er standaard uit :
code:
1
2
3
4
5
6
7
| //hostname aliases
{halias
{quicknetnews
addr=news.quicknet.nl
id=1
user=**user**
pass=**pass** |