Attributes Event

See Also

FtpDLX Class  | FtpDLX Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

Attributes Event

Fires when wodFtpDLX retrieves file or directory attributes.

[Visual Basic]
Public Event Attributes() As FtpDLX.AttributesDelegate
[C#]
public event FtpDLX.AttributesDelegate Attributes();
[JScript]
In JScript, you can handle the events defined by another class, but you cannot define your own.

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.

 

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

FtpDLX Class  | FtpDLX Members

 

 


© WeOnlyDo Software. All Rights Reserved.