PowerTCP SSH and SFTP for .NET
ListEntry Constructor




Absolute path of the file or directory
Long entry as provided by the server
File attributes
ListEntry constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal path As String, _
   ByVal longEntry As String, _
   ByVal attributes As SftpFileAttributes _
)
'Usage
 
Dim path As String
Dim longEntry As String
Dim attributes As SftpFileAttributes
 
Dim instance As New ListEntry(path, longEntry, attributes)
public ListEntry( 
   string path,
   string longEntry,
   SftpFileAttributes attributes
)
public: ListEntry( 
   string* path,
   string* longEntry,
   SftpFileAttributes* attributes
)
public:
ListEntry( 
   String^ path,
   String^ longEntry,
   SftpFileAttributes^ attributes
)

Parameters

path
Absolute path of the file or directory
longEntry
Long entry as provided by the server
attributes
File attributes
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