FTP Connector
Overview
The FTP Connector is a transport Connector that requires a Parser in order to
operate. The Connector reads or writes a data stream that can either be a file
or a directory listing.
Configuration
The Connector needs the following parameters:
Parameter |
Description |
connectorType |
com.architech.connector.rscFTPConnector |
ftpHost |
The FTP hostname |
ftpPort |
The FTP TCP port (defaults to 21) |
ftpUser |
The login username |
ftpPass |
The login password |
ftpPath |
Initial remote directory or file to
read/write |
ftpOperation |
The intended operation. Specify
get to read a file
put to write a file
list to do a directory listing |
Downloads
Included in base product since version 4.0
See Also
URL Connector, HTTP
Client Connector, HTTP Server Connector
|