ssh_sftpd

ssh_sftpd

Module

ssh_sftpd

Module summary

Specifies the channel process to handle an SFTP subsystem.

Description

Specifies a channel process to handle an SFTP subsystem.

Data types

subsystem_spec() =

{subsystem_name(), {channel_callback(), channel_init_args()}}

subsystem_name() =

"sftp"

channel_callback() =

atom() - Name of the Erlang module implementing the subsystem using the ssh_channel behavior, see the ssh_channel(3) manual page.

channel_init_args() =
登录查看完整内容