> I have tried the following command for jlabs3
>
> jget /mss/halla/e89003/raw/e89003_1336.dat
> /cache/halla/e89003/raw/e89003_1336.dat
>
>
> I got the error
>
> jget: /cache/halla/e89003/raw: cannot open
>
> When I use request_file it works fine.
> What is the difference?
>
>
jget is running as you (so that you own the extracted
file). The cache direcories are owned by root (the old
script runs as root). You simply do not have permission to
write there. This will be fixed in the next (very soon)
version of jget. Normally the system should manage /cache
and files should not be owned by the user.
Ian