Re: Scritping Fetch (3.0.3)
Re: Scritping Fetch (3.0.3)
- Subject: Re: Scritping Fetch (3.0.3)
- From: Bill Briggs <email@hidden>
- Date: Wed, 29 Nov 2000 09:14:06 -0300
At 10:19 AM +0000 29/11/00, Pitcher, George wrote:
Fetch 3.0.3 got an error: Can't get URL
"userid:password@ipaddress/directory/subdirectory/"
Any ideas as to where I'm going wrong?
It's not a URL. To qualify it has to begin with ftp://. Otherwise
Fetch doesn't have a clue what you just passed to it. That's why it's
complaining. Try ...
ftp://userid:password@ipaddress/directory/subdirectory/
In order for your client software to know that it has a URL, and to
be able to determine the kind, it has to begin properly. The common
(or some not so common these days) URLs begin with: http://, ftp://,
gopher://, file:///, wais://,
nntp://, news:, telnet://, Mailto:
- web