By placing a login script file containing authentication credentials in the following directory, you can use Basic Authentication to verify the connection to the FTP site. Ensure that the file name matches the FTP site name.
<LifeKeeper for WIndows Root Install Folder>\admin\kit\webapp
For example, the login script for the “Default FTP Site” would be as follows:
<LifeKeeper for Windows Root Install Folder>\admin\kit\webapp\Default FTPSite.txt
Spaces are permitted in the file name. The script must contain exactly four lines, in the following order: the FTP open command, the login user name, the login password, and the FTP bye command. An example is shown below.
open 192.168.1.10
mytestloginID
mytestloginPW
bye
If the protected FTP site has anonymous authentication disabled, follow one of the procedures described in the previous section: Protecting FTP Sites with Non-Anonymous Login or use the login script detailed on this page.



Post your comment on this topic.