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
Actions