Petals-BC-FTP 3.9.0+

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

Changes (6)

View Page History

h3. Dedicated configuration
The following parameters correspond to the component specific configuration of the service provider implementation. implementation, divided in two groups:
* connection parameters,
* other parameters.

h4. Connection parameters

{anchor:connection-parameters}
{table-plus}
| password | the user password | {center}\-{center} | {center}Yes{center}{center}except when using FtpService{center} |
| folder | the folder on the FTP server | {center}\-{center} | {center}No{center} |
| filename | file name for the standard PUT operation (write the XML message content on the FTP server) | {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} | {center}No{center} |
| encoding | Set the encoding encoding value used to process FTP operation | {center}Default JVM Encoding{center} | {center}No{center} |
| max-idle-time | Max idle connection time (milliseconds). Default value is 10000ms | {center}10000 ms{center}\\ | {center}No{center}\\ |
| max-connection | This parameter specifies the maximum number of simultaneous connection allowed by the FTP server. \\ | {center}\-1 (unlimited){center}\\ | {center}No{center}\\ |
{table-plus}

h4. Other parameters

{table-plus}
|| Parameter || Description || Default || Required ||
| filename | file name for the standard PUT operation (write the XML message content on the FTP server) | {center}content.xml{center} | {center}No{center} |
| max-idle-time | Max idle connection time (milliseconds). | {center}10000 ms{center} | {center}No{center} |
| max-connection | This parameter specifies the maximum number of simultaneous connection allowed by the FTP client. | {center}\-1 (unlimited){center} | {center}No{center} |
{table-plus}

h3. Service unit content