FtpDLX.PreTranslateCommandDelegate Delegate

See Also

WeOnlyDo.Client Namespace

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)

Language

Visual Basic

C#

JScript

Show All

Sender
The source of the event.
Args
Holds arguments for the event.
See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

FtpDLX.PreTranslateCommandDelegate Delegate

Fires when wodFtpDLX.NET provides information about executed command and returned reply.

[Visual Basic]
Public Delegate Sub FtpDLX.PreTranslateCommandDelegate( _    ByVal Sender As Object, _    ByVal Args As FtpReplyArgs _ )
[C#]
public delegate void FtpDLX.PreTranslateCommandDelegate(    object Sender,    FtpReplyArgs Args );
[JScript]
public delegate FtpDLX.PreTranslateCommandDelegate(    Sender : Object,    Args : FtpReplyArgs )

Parameters

Sender
The source of the event.
Args
Holds arguments for the event.

Remarks

This event can be used for monitoring commands that are sent to FTP (or FTPS) server before they are actually transmitted. At this point, you can change this Args.Command data and it will be sent as you define it - without wodFtpDLX.NET knowing anything about it.

Beware - what you're doing here is dangerous for wodFtpDLX.NET. You may break its internal mechanism of behavior, and strange results may occur. But - to provide you with more freedom over what's going on 'under the hood', we have provided this event for advanced users

Note - this event will not fire in SFTP protocol.
 

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.