sftp_statvfs

@brief Get information about a mounted file system.

@param sftp The sftp session handle.

@param path The pathname of any file within the mounted file system.

@return A statvfs structure or NULL on error.

@see sftp_get_error()

extern (C)
sftp_statvfs
(,
const char* path
)

Meta