FtpConnection.Upload


public function Upload

Prototype:

public function Upload(filename,path)

Parameters

filename
the name of the file to upload
path
the path

Description:

Uploads a file to the server.

Return value:

Returns true if succeeded or false if failed.