FFmpeg
Loading...
Searching...
No Matches
LIBSSHContext Struct Reference

Data Fields

const AVClass * class
ssh_session session
sftp_session sftp
sftp_file file
sftp_dir dir
int64_t filesize
int rw_timeout
int trunc
char * priv_key
int verify

Detailed Description

Definition at line 33 of file libssh.c.

Field Documentation

◆ class

const AVClass* LIBSSHContext::class

Definition at line 34 of file libssh.c.

◆ session

◆ sftp

sftp_session LIBSSHContext::sftp

◆ file

sftp_file LIBSSHContext::file

◆ dir

sftp_dir LIBSSHContext::dir

Definition at line 38 of file libssh.c.

Referenced by libssh_close_dir(), libssh_open_dir(), and libssh_read_dir().

◆ filesize

int64_t LIBSSHContext::filesize

Definition at line 39 of file libssh.c.

Referenced by libssh_seek(), and libssh_stat_file().

◆ rw_timeout

int LIBSSHContext::rw_timeout

Definition at line 40 of file libssh.c.

Referenced by libssh_create_ssh_session().

◆ trunc

int LIBSSHContext::trunc

Definition at line 41 of file libssh.c.

Referenced by libssh_open_file().

◆ priv_key

char* LIBSSHContext::priv_key

Definition at line 42 of file libssh.c.

Referenced by libssh_authentication().

◆ verify

int LIBSSHContext::verify

Definition at line 43 of file libssh.c.

Referenced by libssh_create_ssh_session().


The documentation for this struct was generated from the following file: