PowerTCP FTP for .NET
Permissions Field



In UNIX, gets the file permissions for a ListEntry object. Can be set by the user when parsing the Text property.
Syntax
Public Permissions As String
Dim instance As ListEntry
Dim value As String
 
value = instance.Permissions
 
instance.Permissions = value
public string Permissions
public:
String^ Permissions

Field Value

A string representing the UNIX permissions.
Remarks

This property will only be valid if the Listing.Format is UNIX. Use the ListEntry.Permissions property if the server is returning a UNIX listing and you would like to know the permissions for a file.

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