[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] Re: GNU Rush 1.6
From: |
Sergey Poznyakoff |
Subject: |
Re: [Savannah-hackers-public] Re: GNU Rush 1.6 |
Date: |
Sat, 14 Feb 2009 12:06:10 +0200 |
Sylvain Beucler <address@hidden> 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