Actions
Bug #491
openFile transfer directive somewhat differs from the specs
Status:
New
Priority:
Low
Assigned To:
-
Category:
engine
Target version:
-
Start date:
03/19/2010
Due date:
% Done:
50%
Estimated time:
Description
Issue with file transfer when using FileTransfer attribute
'>' and '<' operators: If the file already exists in destination location, its supposed to overwrite that file, but instead it throws the AlreadyExists exception and error 'target entry already exists'
'>>' and '<<' operators : Throws BadParameter exception and error 'Flags not allowed' irrespective of existence of file at target location.
PS: I used jsaga with SSH adaptor
Updated by Reynaud Sylvain about 15 years ago
- % Done changed from 0 to 50
'target entry already exists' error fixed by Lokendra.
'Flags not allowed' error remains to be fixed.
Actions