FTP settings
[Section 4: Upload Settings]

These variables control FTP upload. More...

Variables

var upload_path_ftp
 FTP upload path [string].
var upload_username
 Username for FTP and HTTP form uploads [string].
var upload_password_ftp
 FTP Password [string].

Detailed Description


Variable Documentation

var upload_path_ftp

Path to the destination directory on the FTP server. Leave it empty to upload to the FTP user's home directory. No leading slash. Trailing slash required. Note that the directory must exist, and must be writable by the FTP user.

var upload_username

Set upload_username to the username for your FTP server.

In the case of HTTP form POSTs (kUploadModeHttpFormPost), the reference application will send the username as form data for processing by the server-side script.

The example script `upload.php` uses this string to name output files.

var upload_password_ftp

If your FTP server requires authentication, enter the password of the user given in `upload_username`, above.


On2 Flix Publisher documentation, generated on Mon Jan 7 18:13:01 2008 by doxygen 1.5.4 On2 Technologies, Inc