|
libssh 0.12.0
The SSH library
|
Internal SFTP handle structure. More...
Data Fields | |
| enum sftp_handle_type | type |
| int | fd |
| DIR * | dirp |
| char * | name |
Internal SFTP handle structure.
Represents an open file or directory handle on the server side.
| DIR* sftp_handle::dirp |
Directory pointer for directory handles
| int sftp_handle::fd |
File descriptor for file handles
| char* sftp_handle::name |
Name of the file or directory
| enum sftp_handle_type sftp_handle::type |
Type of the handle: file or directory