Dear all,

I'm trying to do partial transfers using uberftp as a client to a gridftp 
server 4.0.8.

The pget command is working as expected, but it seems that the offset in the 
pput is ignored.

Following is a snippet of what I'm doing in the pput case.

============================
MODE=S
BLOCKSIZE=1

uberftp -d -m $MODE $DSTHOST "\
blksize $BLOCKSIZE;
lopen $SRCHOST;
cd $DSTDIR;
pput 0 8 $SRCFILE MERGED;
pput 8 8 $SRCFILE MERGED;
"
============================


In the debug output I see that:
dst> cmd:ESTO A 8 MERGED

So the offset is passed.

My expectation would be that I end up with a file of 16 bytes large.
Is that assumption correct?

What happens is that I just end up with a 8 byte large file with the content of 
the last pput.

I've found very little (actually none) references to usage of this 
functionality? Is that a clear sign?

Thanks for any insight into this matter.

Regards,

Mark

Reply via email to