<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- putty ftp configuration file -->
<!-- Note: Do NOT delimit multiple values with commas as the comma is most likely to be used to parse a value string! -->
<!-- @version 1.0 07.22.2010 -->
<config>
<putty_path/>
<ftp1>
<host>consultftp.renlearn.com</host>
<port/>
<username>ftp_user</username>
<password>ftp_pwd</password>
<local_upload_path>d:/temp/upload</local_upload_path>
<local_download_path>d:/temp/download</local_download_path>
<remote_path>/</remote_path>
<results_path>d:/temp/xml</results_path>
<log_path>d:/temp</log_path>
</ftp1>
<ftp2>
<host>consultftp.renlearn.com</host>
<port/>
<username>ftp_user</username>
<password>ftp_pwd</password>
<local_upload_path>d:/temp/upload</local_upload_path>
<local_download_path>d:/temp/download</local_download_path>
<remote_path>/</remote_path>
<results_path>d:/temp/xml</results_path>
<log_path>d:/temp</log_path>
</ftp2>
</config> |