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
)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.
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)
© WeOnlyDo Software. All Rights Reserved.