|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (14)
View Page History{anchor:connection-parameters}
{table-plus}
{table-plus}
|| Parameter || Description || Default || Required ||
|| {center}Parameter{center} || {center}Description{center} || {center}Default{center} || {center}Required{center} || {center}Support placeholders{center} ||
| server | IP or DNS name of the server | {center}\-{center} | {center}Yes{center}{center}except when using FtpService{center} | {center}Yes{center} |
| port | the port number of the FTP server | {center}21{center} | {center}No{center} | {center}Yes{center} |
| user | the user login name used to connect to the server | {center}\-{center} | {center}Yes{center}{center}except when using FtpService{center} | {center}Yes{center} |
| password | the user password | {center}\-{center} | {center}Yes{center}{center}except when using FtpService{center} | {center}Yes{center} |
| folder | the folder on the FTP server | {center}\-{center} | {center}No{center} | {center}Yes{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} | {center}Yes{center} |
| transfer-type | transfer mode used for put or get files ascii/binary | {center}ascii{center} | {center}No{center} | {center}Yes{center} |
| delete-processed-files | If true, the service delete the files processed by operation get or mget | {center}false{center} | {center}No{center} | {center}Yes{center} |
| encoding | Set the encoding encoding value used to process FTP operation | {center}Default JVM Encoding{center} | {center}No{center} | {center}Yes{center} |
{table-plus}
{table-plus}
|| Parameter || Description || Default || Required ||
|| 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} | {center}No{center} |
| max-idle-time | Max idle connection time (milliseconds). | {center}10000 ms{center} | {center}No{center} | {center}Yes{center} |
| max-connection | This parameter specifies the maximum number of simultaneous connection allowed by the FTP client. | {center}\-1 (unlimited){center} | {center}Yes{center} | {center}No{center} |
{table-plus}