By placing a login script file that contains authentication information in the following folder, you can use basic authentication with ID and password in the connection checking to the FTP site. The file name must match the FTP site name.
<LifeKeeper Root Install Folder>\admin\kit\webapp
For instance, the login script for the “Default FTP Site” would be located at:
<LifeKeeper Root Install Folder>\admin\kit\webapp\Default FTPSite.txt
Spaces are permitted in the file name so it can match the FTP site name exactly with a .txt extension. The content of the script should include only 4 lines containing the FTP open command, the login ID, the login password, and the FTP bye command. For example, a login script might contain the following 4 lines:
open 192.168.1.10
mytestloginID
mytestloginPW
bye



Post your comment on this topic.