mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-31 00:03:08 +03:00
Document the three sftp stat constants
This commit is contained in:
@ -30,6 +30,12 @@ to stat/lstat/setstat.
|
|||||||
|
|
||||||
\fIstat_type\fP - One of the three constants specifying the type of
|
\fIstat_type\fP - One of the three constants specifying the type of
|
||||||
stat operation to perform.
|
stat operation to perform.
|
||||||
|
.br
|
||||||
|
\fBLIBSSH2_SFTP_STAT\fP: performs stat(2) operation
|
||||||
|
.br
|
||||||
|
\fBLIBSSH2_SFTP_LSTAT\fP: performs lstat(2) operation
|
||||||
|
.br
|
||||||
|
\fBLIBSSH2_SFTP_SETSTAT\fP: performs operation to set stat info on file
|
||||||
|
|
||||||
\fIattrs\fP - Pointer to attribute structure to set file metadata
|
\fIattrs\fP - Pointer to attribute structure to set file metadata
|
||||||
from or into depending on the value of stat_type.
|
from or into depending on the value of stat_type.
|
||||||
|
Reference in New Issue
Block a user