Login   Register  
PHP Classes
elePHPant
Icontem

File: ftp_config.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of David Passey  >  ZEND_EPS_PUTTY  >  ftp_config.xml  >  Download  
File: ftp_config.xml
Role: Auxiliary data
Content type: text/plain
Description: XML config file
Class: ZEND_EPS_PUTTY
Send files to secure FTP server using Putty
Author: By
Last change:
Date: 2010-08-25 10:42
Size: 1,014 bytes
 

Contents

Class file image Download
<?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>