PowerTCP SSH and SFTP for .NET
LongEntry Property
Example 




An expanded filename format, similar to what is returned by "ls -l" on Unix systems.
Syntax
'Declaration
 
Public ReadOnly Property LongEntry As String
'Usage
 
Dim instance As ListEntry
Dim value As String
 
value = instance.LongEntry
public string LongEntry {get;}
public: __property string* get_LongEntry();
public:
property String^ LongEntry {
   String^ get();
}
Remarks

The format of this field is unspecified by the SFTP v3 protocol. It must be suitable for use in the output of a directory listing command (the recommended operation for a directory listing command is to display this data). However, clients should not attempt to parse the longname field for file attributes; the attrs field should be used instead.

Example
The recommended format for the longname field:
-rwxr-xr-x   1 mjos     staff      348911 Mar 25 14:29 t-filexfer
See Also

Reference

ListEntry Class
ListEntry Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic