When running the httk-tasks-receive-from-computer command and files is fetched to a target that have a symbolic link in the path every thing after the symbolic link will be cut away and replaced by newly created directories that mimic the file structure that was there with the symbolic link but without the jump that the symbolic link added.
The fix for this problem is to add --keep-dirlinks in the pull template for computers.
This does however give rise to a follow up problem that appears when the files are moved to a place where setting the owner of the files is restricted.
What happens is that the files is moved to the correct location but because of the errors thrown the command terminates before the files have been removed on the remote computer.