File: |
class.zend_eps_putty.inc |
Role: |
Class source |
Content type: |
text/plain |
Description: |
zend_eps_putty class |
Class: |
ZEND_EPS_PUTTY
Send files to secure FTP server using Putty |
Author: |
By David Passey |
Last change: |
Added the capability for sslkey_path logic; password OR sslkey_path can now be used.
XML node format example:
<parent_node>
<host>sftp.hosturl.com</host>
<port>22</port>
<sslkey_path>c:/openssl/cert/sslcert.ppk</sslkey_path>
<username>abcuser</username>
<password></password>
<local_upload_path>c:/sftp/upload/</local_upload_path>
<local_download_path>c:/sftp/download/</local_download_path>
<remote_path>/</remote_path>
<results_path>c:/sftp/results/</results_path>
<log_path>c:/sftp/logs/</log_path>
</parent_node>
|
Date: |
11 years ago |
Size: |
28,576 bytes |
|
|
|