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.
When using constants in the script editor, each constant must be prefaced by nl.
FTP Server constant (Macros) |
FTP Server constant (Scripts) |
Value |
Description |
FTPServerOS400 |
nlFTPServerOS400 |
10 |
The connection is to an IBMi FTP Server. |
FTPServerUnix |
nlFTPServerUnix |
11 |
The connection is to a Unix FTP server. |
FTPServerUnknown |
nlFTPServerUnknown |
19 |
The connection server cannot be determined. |
FTPServerWindowsNT |
nlFTPServerWindowsNT |
12 |
The connection is to a Windows NT FTP server. |
Server property | FTPConnect method | FTPConnect action
© 2004-2021 looksoftware. All rights reserved.