Back to product page

AttributesEvent event


Fires when wodFtpDLX retrieves file or directory attributes.

Syntax

  • C#
  • VB.NET
delegate void AttributesDelegate(object Sender, DirItem Args);
The AttributesEvent(Args) syntax has these parts:
ArgsDirItem class instance.

Delegate Sub AttributesDelegate(ByVal Sender As Object, ByVal Args As DirItem)
The AttributesEvent(Args) syntax has these parts:
ArgsDirItem class instance.

Remarks

This event is fired as a result of GetAttributes method call. Once server returns information about requested file/directory, it will be parsed by wodFtpDLX.NET and provided using this event.

Permissions are defined by the POSIX standard. For a brief description please refer to the GetAttributes page.

WARNING: in protocols other than SFTP this event will return only limited subset of available attributes. Since there is no common way to retrieve all of them, only Size and ModificationTime are provided. Other values will hold -1 value.

Platforms

Windows