mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 07:10:56 +03:00
sftpd: send exit-status message on close
this fix restic compatibility
This commit is contained in:
@@ -28,10 +28,6 @@ type execMsg struct {
|
||||
Command string
|
||||
}
|
||||
|
||||
type exitStatusMsg struct {
|
||||
Status uint32
|
||||
}
|
||||
|
||||
type scpCommand struct {
|
||||
connection Connection
|
||||
args []string
|
||||
|
||||
Reference in New Issue
Block a user