Description
-
Fires with result of SITE command.
Syntax
-
Private Sub
object_SiteReply(ReplyCode,
ReplyText)
The SiteReply Event syntax has these parts:
| object |
A wodFtpDLX
object. |
| ReplyCode |
A short value. Holds FTP
result of SITE command. |
| ReplyText |
A String value. Holds text
result of SITE command. |
Remarks
-
This event is fired as result of
Site method call.
When SITE command completes on the server, it provides some result
(usually from external command it executed on the server), and those
results are shown using this event. You can then execute new
commands within this event. This is only event fired as result of
Site method call.
|