Petals-BC-FTP 3.3

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (16)

View Page History


h1. PEtALS-BC-FTP Petals-BC-FTP

The petals-bc-ftp component allows to put, get,list or delete files on an FTP server. FTP protocol (RFC959 ) is described at: [http://www.w3.org/Protocols/rfc959/|http://www.w3.org/Protocols/rfc959/]\\
h2. Configuration

{include:0 CDK SU Provide Configuration}

h3. Service Unit descriptor












|| Attribute || Description || Default value || Required ||
| server | IP or DNS name of the server | | Yes (except when uins FtpService) | {center}Yes{center} \\
{center}except when using FtpService{center} |
| port | the port number of the ftp server | {center}21{center} | {center}No{center} |
| user | the user login name used to connect to the server | | Yes (except when using FtpService) | {center}Yes \\
except when using FtpService{center} |
| password | the user password | | Yes (except {center}Yes \\except when using FtpService) FtpService{center} |
| folder | the folder on the FTP server | | {center}No{center} |
| filename | file name for the standard PUT operation (write the XML message content on the FTP server) | content.xml {center}content.xml{center} | {center}No{center} |
| connection-mode | In Active mode, the connection port is set by the client. In Passive mode, it is set by the server (default is Active) | {center}active{center} | {center}No{center} |
| transfer-type | transfer mode used for put or get files ascii/binary | {center}ascii{center} | {center}No{center} |
| delete-processed-files | If true, the service delete the files processed by operation get or mget | {center}false{center} | No \\ {center}No{center} |
| encoding | Set the encoding encoding value used to process ftp operation. | {center}Default JVM Encoding \\ Encoding{center} | No \\ {center}No{center} |
{table-plus}

{code}

h1. Service Configuration

{include:0 CDK SU Provide Configuration}

h1. Component Configuration