Home
last modified time | relevance | path

Searched refs:ErrSSHFxConnectionLost (Results 1 – 11 of 11) sorted by relevance

/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/
H A Drequest-errors.go16 ErrSSHFxConnectionLost = fxerr(sshFxConnectionLost) const
29 ErrSshFxConnectionLost = ErrSSHFxConnectionLost
47 case ErrSSHFxConnectionLost:
H A Dconn.go106 ch <- result{err: ErrSSHFxConnectionLost}
169 bcastRes := result{err: ErrSSHFxConnectionLost}
H A Dclient_test.go256 if !errors.Is(err, ErrSSHFxConnectionLost) {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/
H A Drequest-errors.go16 ErrSSHFxConnectionLost = fxerr(sshFxConnectionLost) const
29 ErrSshFxConnectionLost = ErrSSHFxConnectionLost
47 case ErrSSHFxConnectionLost:
H A Dconn.go106 ch <- result{err: ErrSSHFxConnectionLost}
169 bcastRes := result{err: ErrSSHFxConnectionLost}
H A Dclient_test.go256 if !errors.Is(err, ErrSSHFxConnectionLost) {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/
H A Drequest-errors.go16 ErrSSHFxConnectionLost = fxerr(sshFxConnectionLost) const
29 ErrSshFxConnectionLost = ErrSSHFxConnectionLost
47 case ErrSSHFxConnectionLost:
H A Dconn.go106 ch <- result{err: ErrSSHFxConnectionLost}
169 bcastRes := result{err: ErrSSHFxConnectionLost}
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/pkg/sftp/
H A Drequest-errors.go16 ErrSSHFxConnectionLost = fxerr(sshFxConnectionLost) const
29 ErrSshFxConnectionLost = ErrSSHFxConnectionLost
47 case ErrSSHFxConnectionLost:
H A Dconn.go108 ch <- result{err: ErrSSHFxConnectionLost}
171 bcastRes := result{err: ErrSSHFxConnectionLost}
/dports/databases/litestream/litestream-0.3.6/sftp/
H A Dreplica_client.go483 if !errors.Is(err, sftp.ErrSSHFxConnectionLost) {