FtpDLX.AttributesDelegate Delegate
Fires when wodFtpDLX retrieves file or directory attributes.
[Visual Basic]
Public Delegate Sub FtpDLX.AttributesDelegate( _
ByVal Sender As Object, _
ByVal Args As DirItem _
)
[JScript]
public delegate FtpDLX.AttributesDelegate(
Sender : Object,
Args : DirItem
)
Parameters
- Sender
- The source of the event.
- Args
- Holds arguments for the event.
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
Namespace: WeOnlyDo.Client
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: WeOnlyDo.Client.FTP (in WeOnlyDo.Client.FTP.dll)
See Also
WeOnlyDo.Client Namespace
© WeOnlyDo Software. All Rights Reserved.