Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If ftp.user=remoteuser and ftp.password=passphrase then no authentication dialog is displayed.

Keyword

Comments

ftp.name

Description name displayed in the User Agent's Send message box.

ftp.host

URL of the FTP server.
Example: ftp://server1:21

ftp.user

Logon user or *prompt.

ftp.password

Logon password or *prompt.

ftp.directory

The FTP server directory that will receive the uploaded file.
A trailing slash must be present.
The filename is the same as the source filename.
Example: /upload/

ftp.path

The FTP server file that will be downloaded when using the get method.
The FTP server file that will receive the uploaded file when using the put method. This allows a fixed filename to be used for the receive file.
Example: /upload/fixedname.txt

ftp.type

Transfer type. *BINARY or *ASCII
Default. *BINARY.

ftp.mode

Data channel mode. *PASSIVE or *PORT.
Default: *PASSIVE.

ftp.method

Get or put a file. The default is to put a file.
GET
PUT