File Exists Constants - FTP Upload

The following constants can be used anywhere in macros or scripts in place of the actual values.

If you are retrieving the value of a property or parameter, scripts or macros will return the integer value, whereas Inspector will display the constant equivalent.

KEEP IN MIND:

When using constants in the script editor, each constant must be prefaced by nl.

File Exists Constants - FTP Upload

(Macro editor)

File Exists Constants - FTP Upload

(Script editor)

Value

Description

FTPUploadAbort

nlFTPUploadAbort

3

If the file being uploaded already exists, abort the upload.

FTPUploadOverride

nlFTPUploadOverride

2

If the file being uploaded already exists, overwrite it.

See Also

FTPUpload action | Upload method