Sylvain Beucler <[email protected]> ha escrit: > My question though was rather: if a connection is interrupted > (e.g. the SSH connection eventually times out or is reset), how is it > handled? Is there a notification in that case?
No, of course it is not. The notification is sent only if the executed program (scp, sftp-server, cvs, whatever) exits successfully. If it terminates on a timeout or SIGPIPE, it exits with a non-zero code. Regards, Sergey
