Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SFTPConnectionListener ¶
type SFTPConnectionListener struct {
Handlers sftp.Handlers
// contains filtered or unexported fields
}
func (*SFTPConnectionListener) Listen ¶
func (listener *SFTPConnectionListener) Listen(connection net.Conn) (err error)
func (*SFTPConnectionListener) ProcessNewChannels ¶
func (listener *SFTPConnectionListener) ProcessNewChannels(newChannel ssh.NewChannel) (err error)
type SFTPServer ¶
type SFTPServer struct {
// contains filtered or unexported fields
}
func NewSFTPServer ¶
func NewSFTPServer(config Config) *SFTPServer
func (*SFTPServer) ListenAndServe ¶
func (server *SFTPServer) ListenAndServe(addr string) (err error)
func (*SFTPServer) SetupEventLoop ¶
func (server *SFTPServer) SetupEventLoop() (err error)
Click to show internal directories.
Click to hide internal directories.