[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LStat server implementation
[Thread Prev] | [Thread Next]
- Subject: LStat server implementation
- From: Bruno Buzzi Brassesco <bruno.brasesco@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 12 Mar 2021 12:03:45 -0300
- To: libssh@xxxxxxxxxx
Hi All, The sftp server is almost finished with libssh. Thanks to all responses of this list. There is still an issue with LStat. The client command: ls -l somefile It always answers "?" in the file type, like: ?-w--wx-w The attribute that handles this is ? sftp_attributes_struc.type ? And for a regular file it should be "SSH_FILEXFER_TYPE_REGULAR" ? regards, bruno
Re: LStat server implementation | Bruno Buzzi Brassesco <bruno.brasesco@xxxxxxxxx> |