FileAttributes Property

The attributes of the RemoteFile .

Syntax

public SFTPFileAttributes FileAttributes { get; set; }
Public Property FileAttributes As SFTPFileAttributes

Remarks

When FileAttributes is polled, the component will request all known permissions for the file specified by RemoteFile from the SSHHost. To modify the attributes of the file on the server, you may set FileAttributes or any field of the existing object, then call UpdateFileAttributes.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 .NET Edition - Version 20.0 [Build 8203]