Alexander Beck-Ratzka <[EMAIL PROTECTED]> wrote: Am Di 19.02.2008 15:36 schrieb
Silviu Popescu :
>Hi,
>Using a file:/// url returns the same error.
>Griftp server si running on both host on 2811 port.
>When I use the -s (-streaming) option in the command it works( I recive
>the output on screen) but still the output files are not transferred .
>
Please try a rsl file as I've posted; this should work.
Cheers
Alexander
I tried this:
<?xml version="1.0" encoding="UTF-8"?>
<job>
<executable>/bin/echo</executable>
<directory>${GLOBUS_USER_HOME}</directory>
<argument>Test</argument>
<stdout>${GLOBUS_USER_HOME}/out.log</stdout>
<stderr>${GLOBUS_USER_HOME}/err.log</stderr>
<queue>gridbatch</queue>
<fileStageOut>
<transfer>
<sourceUrl>file:///${GLOBUS_USER_HOME}/out.log</sourceUrl>
<destinationUrl>gsiftp://silviu-desktop:2811/home/silviu/out.log.dld</destinationUrl>
</transfer>
<transfer>
<sourceUrl>file:///${GLOBUS_USER_HOME}/err.log</sourceUrl>
<destinationUrl>gsiftp://silviu-desktop:2811/home/silviu/out.log.dld
</destinationUrl>
</transfer>
</fileStageOut>
</job>
It gives the same error.
Regards,
Silviu Popescu