ÿþ{ This script demonstrates how to connect to a FTP server by stored site/account You can view the site/account in Site Manager by click "Edit->FTP Site Manager" } Begin {----- Script starts here, please put your codes below this line -----} if OpenHost('/site=S0001 /account=A0001') then begin WriteLog('Connected successfully!'); CloseHost; end else begin WriteLog('Connection failed, error message: ' + ErrorText); end; {----- End of the script, please put your codes above this line -----} End. ***<<<[[[ INTERNAL INFORMATION, DO NOT CHANGE!!! ]]]>>>*** ReadOnly=False Comment=This script demonstrates how to connect to a FTP server by stored <&NL>site/account. You can view the site/account in Site Manager by click <&NL>"Edit->FTP Site Manager"<&NL> ScriptID=D81515C457D14011B7843E85DDE56466