|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (12)
View Page History|| Attribute || Description || Default value || Required ||
| server | IP or DNS name of the server | | Yes (except when uins FtpService) |
| server | IP or DNS name of the server | | Yes (except when uins FtpService) |
h4. PUT operation
h4. Put Operation
When the put operation is set on the incoming IN message, the component write the XML message to the FTP server.
\\
h4. MPUT operation
h4. MPut Operation
When the mput operation is set on the incoming IN message, the component write the attachments on the FTP server.
\\
h4. GET operation
h4. Get Operation
When the get operation is set on the incoming IN message, the component retrieve ONE file from the FTP server and return it as an XML message content.
h4. MGET MGet Operation
When the mget operation is set on the incoming IN message, the component retrieves files from the FTP server, according to the file names (or filters) set in the XML request.
The available exchange pattern is : *InOut*.
h4. DIR operation
h4. Dir Operation
When the dir operation is set on the incoming IN message, the component returns the file names listed from the FTP
The available exchange pattern is : *InOut*.
h4. DEL operation
h4. Del Operation
When the del operation is set on the incoming IN message, the component delete the remote file.