PowerTCP FTP for .NET
ListEntry Class Members
Fields  Properties  Methods 


The following tables list the members exposed by ListEntry.

Public Constructors
 NameDescription
Public ConstructorListEntry ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldDestination Gets or sets the actual location to which a link is pointing when Listing.Format indicates a UNIX listing, and Listing.Type is Link. Can be set by the user when parsing the Text property.  
Public FieldDirectoryName Gets the path reported for files in sub-directories. Can be set by the user when parsing the Text property.  
Public FieldGroup When Listing.Format indicates a UNIX listing, gets the UNIX file group name. Can be set by the user when parsing the Text property.  
Public FieldLastWriteTime Gets a DateTime object representing the time/date when the file was last modified. Can be set by the user when parsing the Text property.  
Public FieldLength Gets the size of the file in bytes. Can be set by the user when parsing the Text property.  
Public FieldName Gets or sets the file or directory name, depending on the value of the Type property. Can be set by the user when parsing the Text property.  
Public FieldOwner When Listing.Format indicates a UNIX listing, gets the UNIX file owner name. Can be set by the user when parsing the Text property.  
Public FieldPermissions In UNIX, gets the file permissions for a ListEntry object. Can be set by the user when parsing the Text property.  
Public FieldSource When Listing.Format indicates a UNIX listing, and ListEntry.Type is Link, gets the name of the link. Can be set by the user when parsing the Text property.  
Public FieldText Gets the raw list entry.  
Public FieldTimeStamp Gets the time/date the file was last modified. Can be set by the user when parsing the Text property.  
Public FieldType Gets type of entry (File, Directory, Link, Unknown).  
Top
Public Properties
 NameDescription
Public PropertyFullName Gets the path to the file or directory.  
Top
Public Methods
 NameDescription
Public MethodToString Gets the raw list entry.  
Top
See Also

Reference

ListEntry Class
Dart.Ftp Namespace


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic