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 (15)

View Page History

{info}All attachment are processed by using XOP rules (XML-binary Optimized Packaging : [http://www.w3.org/TR/xop10/]).{info}

{column}
{column:width=350px}
When the put operation is set on the incoming IN message, the component write the XML message to the FTP server.

The IN message looks like :
{code:lang=xml}
<?xml version="1.0" encoding="UTF-8"?>
The service might return an error when an element in the request is missing or if the FTP connection failed.

The available exchange pattern is : *InOnly*.

h3. MPut Operation
When the mput operation is set on the incoming IN message, the component write the attachments on the FTP server.

The IN message looks like :
{code:lang=xml}
<?xml version="1.0" encoding="UTF-8"?>
The service might return an error when an element in the request is missing or if the FTP connection failed.

The available exchange pattern is : *InOnly*.

h3. Get Operation
The name of the file to retrieve is set in the XML IN content of the message.

The IN message looks like :
{code:lang=xml}
<?xml version="1.0" encoding="UTF-8"?>
The service might return a Fault when an element in the request is missing or if the FTP connection failed.

The available exchange patterns is : *InOut*.

{info}Only xml file could be processed otherwise an error will be raised.{info}
The name of the file to retrieve is set in the XML IN content of the message.

The IN message looks like :
{code:lang=xml}
<?xml version="1.0" encoding="UTF-8"?>
The service might return a Fault when an element in the request is missing or if the FTP connection failed.

The available exchange pattern is : *InOut*.

h3. MGet Operation
The service might return a Fault when an element in the request is missing or if the FTP connection failed.

The available exchange pattern is : *InOut*.

h3. Dir Operation
{code}

The OUT message returned to the consumer is defined as follow :
{code:lang=xml}
<tns:dirResponse xmlns:tns="http://petals.ow2.org/components/ftp/version-3">
The service might return a Fault when an element in the request is missing or if the FTP connection failed.

The available exchange pattern is : *InOut*.

h3. Del Operation
When the del operation is set on the incoming IN message, the component delete the remote file.

The IN message looks like :
{code:lang=xml}
<?xml version="1.0" encoding="UTF-8"?><ver:del xmlns:ver="http://petals.ow2.org/components/ftp/version-3">
The service might return an Error when an element in the request is missing or if the FTP connection failed.

The available exchange pattern is : *InOnly*.

h2. Configuration
h3. Common metrics

{include:0 CDK Component Monitoring Metrics 5.68.0}

h3. Dedicated metrics