FTPPut – BridgesComponent Gallery
FTPPut

The FTPPut component is used for uploading files to the FTP Server. It can be used for uploading one or more files in a directory. Using the FTPPut component, you can upload the files in any one of the following methods.
  * By monitoring file(s) in a local directory for any additions or modifications and uploading the corresponding files to the desired location on the remote host.
  * By uploading file(s) specified in the input message.
  * By uploading the data contained in the input message.

This mode can be set by using the Configuration Property Sheet of the component. The component ensures uninterrupted upload of file by attempting to reconnect to the remote server in case the connection to the server is lost.

The current version comes as an enhancement over the previous version. A scheduler has been included in the current version and the same can be used to periodically upload files to the FTP server. Additionally, Error Handling can also be configured by using the Configuration Property Sheet.