libssh 0.12.0
The SSH library
Loading...
Searching...
No Matches
sftp_handle Struct Reference

Internal SFTP handle structure. More...

Data Fields

enum sftp_handle_type type
int fd
DIR * dirp
char * name

Detailed Description

Internal SFTP handle structure.

Represents an open file or directory handle on the server side.

Field Documentation

◆ dirp

DIR* sftp_handle::dirp

Directory pointer for directory handles

◆ fd

int sftp_handle::fd

File descriptor for file handles

◆ name

char* sftp_handle::name

Name of the file or directory

◆ type

enum sftp_handle_type sftp_handle::type

Type of the handle: file or directory


The documentation for this struct was generated from the following file:
  • /home/asn/workspace/prj/oss/libssh/asn-docs/src/sftpserver.c