Messenger Plus! Live - Scripting Documentation

The OnEvent_UploadFileComplete event is fired when an upload operation previously initiated by MsgPlus::UploadFileFTP completes.

Syntax

OnEvent_UploadFileComplete(
    [string] Server,
    [string] Destination,
    [string] SourceFile,
    [boolean] Success
);

Parameters

Server
[string] Host name of the server where the file was uploaded, as specified in MsgPlus::UploadFileFTP.
Destination
[string] Name of the destination file, as specified in MsgPlus::UploadFileFTP.
SourceFile
[string] Full path to the source file, as specified in MsgPlus::UploadFileFTP.
Success
[boolean] Specifies if the upload succeeded or not.

Return Value

No value has to be returned by this event.

Remarks

None.

Event Information

Event Source Messenger Plus!
Availability Messenger Plus! Live 4.60

See Also

Messenger Plus! Events, MsgPlus::UploadFile.