ftp-upload Command

Uploads files to an FTP server.

Usage

 ftp-upload [parameters]

Parameters:

The ftp-upload command will replicate the directory structure of the files based on the base directory.

Examples

 export-svg
 ftp-upload host=myftp.com user=me pwd=secret remote-dir=uploadplace

Exports the map to the SVG file and then uploads all the resulting files (which can include the SVG file and attached images) into a uploadplace remote directory.

 ftp-upload host=myftp.com port=333 user=me pwd=secret remote-dir=uploadplace files=file1.txt;file2.txt;other/image.bmp compression=8

Uploads three files into a uploadplace remote directory. The last file (image.bmp) will be placed in a separate subdirectory called other.

See also: