I am using this package in a backup tool that uploads and deletes archives from remote servers. An issue was raised that deletion fails SSH_FX_FAILURE in cases the server does not support fsync.
Is there any way built into this package that would let me fall back to plain ssh commands or something similar in such cases, or would clients need to do this in a completely separated track?