File Exists Constants - FTP Download

Used to specify what action to take if the file being downloaded via FTP already exists in the directory specified by the 'Folder' parameter.

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

(macro editor)

File Exists Constants

(script editor)

Value

Description

FTPDownloadAbort

nlFTPDownloadAbort

3

If a file of the same name already exists, abort the download process.

FTPDownloadOverride

nlFTPDownloadOverride

2

If a file of the same name already exists, override the existing file.

FTPDownloadResume

nlFTPDownloadResume

4

Resume downloading at the point where the last transfer terminated.

See Also

FTPDownload action | Download method


© 2004-2021 looksoftware. All rights reserved.