Petals-BC-FTP 3.2

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

Changes (4)

View Page History



|| Attribute || Description || Default value || Required ||
| server | IP or DNS name of the server (do not include "ftp://" prefix) \\ | | Yes (except when uins FtpService) |
| transfer-type | transfer mode used for put or get files ascii/binary | ascii | No |
| delete-processed-files | If true, the service delete the files processed by operation get or mget | false | No \\ |
| encoding | Set the encoding encoding value used to process ftp operation. | Default JVM Encoding \\ | No \\ |
{table-plus}

            <ver:connection-mode>active|passive (optional, default is active)</ver:connection-mode>
            <ver:delete-processed-files>true|false(optional, default is active)</ver:delete-processed-files>
            <ver:encoding>?</ver:encoding>
         </ver:connection>
...
{code}