Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

This function initiates an asynchronous FTP upload. If an upload is already taking place on this connection (identified by host, port, user, and password), the transfer is enqueued and commenced once the current transfer is finished. Provide _OnDoneEvent and _OnErrorEvent callback functions to be notified on transfer completion and errors (ref. section 4.6.11).

Signature

bool xcon.Upload (string, string, number)

Parameters

Name Type Mandatory/Optional Description
stringMconnection handle
stringMlocal file name
numberMremote file name

Return

Type Description
boolinitiation status; true if successful, otherwise NIL.
  • No labels