PowerTCP FTP for .NET
Owner Field



When Listing.Format indicates a UNIX listing, gets the UNIX file owner name. Can be set by the user when parsing the Text property.
Syntax
Public Owner As String
Dim instance As ListEntry
Dim value As String
 
value = instance.Owner
 
instance.Owner = value
public string Owner
public:
String^ Owner

Field Value

A string representing the UNIX file owner.
Remarks

This property will only have a value if the Listing.Format is UNIX. The owner is typically the person who created the file. Inspect ListEntry.Permissions to determine owner rights.

See Also

Reference

ListEntry Class
ListEntry Members


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