- SVN : 8492, 8495, 8622
- Extended AbstractFtpDoorV1.transfer_error to kill the mover, if any. This avoids that the defunct mover fills a slot on the pool.
- Changed ABOR to use transfer_error to cancel the transfer. This ensures that we clean up after the transfer, including deleting the file if the door is configured to do so.
- Introduced a 15 second delay after killing the mover. This should
ensure that he replica is registered in the companion, which in turn
should solve the "orphaned file on FTP failure"-problem. This is only a hack until we have implemented a proper solution.