ÿþ{ This script demonstrates how to use CodingFTP to connect to a FTP server. You may need to change host address and account information. } Begin {----- Script starts here, please put your codes below this line -----} if OpenHost('/host=localhost /anonymous') 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 use CodingFTP to connect to a FTP <&NL>server. You may need to change host address and account <&NL>information.<&NL>