> I've recently upgraded from wget-1.5.3 to wget-1.7 and now
> cannot download files from OpenVMS via ftp.
> My home directory at VAX is USERB2:[SYS] and file I need is in
USERB4:[RA].
> wget-1.5.3 can download it with this command:
>
> export WGETRC=authfile # here are my username and password
> wget ftp://host/../userb4/ra/filename
>
> Now, with wget-1.7 this does not work, wget tries to CWD to nonexistent
> directory [userb4.ra] instead of userb4:[ra] and fails.
> What is correct syntax now?
Your syntax is the correct one. It's just that the current version has a new
part that was written specifically to deal with VMS and that does not
suppose you need to ditinguish between different disks on the machine - I
will have to have a look what the URL specification says in this case as my
feeling is that there is no way of specifying things like
"C:/directory/file" or "USERDISK:[DIRECTORY.FILE]" given the current URL
form. Let's hope I'm wrong ...
--jan