Location2=2
- Last UpdatedFeb 14, 2023
- 1 minute read
If Location2 is 2, the required keyword is DEVICE=. Its value specifies an FTP server; for example,
DEVICE=ftp.mycompany.com;
By default, the interface assumes that the specified FTP server uses port 21. If the FTP server is not using port 21, specify the port number using the optional PORT= keyword. For example,
DEVICE=ftp.mycompany.com; PORT=2021;
By default, the interface expects a reply that contains the text 220. If the user wants the interface to expect another reply, specify this text using the optional REPLY= keyword. For example,
DEVICE=ftp.mycompany.com; REPLY=server is ready;