META-INF.mule-ftp-client.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ftp-client-connector Show documentation
Show all versions of ftp-client-connector Show documentation
A Mule connector for ftp/sftp.
Characteristics of the connection pool.
Reconnection strategy that defines how Mule should handle a connection failure.
Give a name to this configuration so it can be later referenced by config-ref.
Characteristics of the connection pool.
Reconnection strategy that defines how Mule should handle a connection failure.
Give a name to this configuration so it can be later referenced by config-ref.
Write a file to FTP server.
Specify which configuration to use for this invocation.
The name of the directory on the remote system. When the directory does not exist, it will be created.
The name of the file on the remote system.
Content to be written. If {@link InputStream}, content of that stream. if {@link byte[]}, content of that array. Otherwise the String representation of the object.
Read a file from FTP server.
Specify which configuration to use for this invocation.
The name of the directory on the remote system.
The name of the file.
Return an {@link InputStream} instead of an <code>byte[]</code>
Specify which configuration to use for this invocation.
Directory of file to delete
Filename of file to delete
Specify which configuration to use for this invocation.
Directory
Rename/move a file.
Specify which configuration to use for this invocation.
Original directory
Original file name
New file name
Poll a remote directory. The following inboundProperties will be set:
<ul>
<li>originalFilename: Filename on the remote system (without path)</li>
<li>fileSize: Size in bytes, -1 if unknown.</li>
<li>timestamp: The time stamp (java.util.Date) of a file (usually last
modified data)</li>
<li>filename: Same as originalFilename or modified when a
<code>filenameTrnanslator</code> is configured</li>
</ul>
Specify which configuration to use for this invocation.
Directory to poll
Reqular expression to match against found files.
A MEL expression generating a second filename from the inboundProperty "filename". When the result is not empty, the connector will read the second file, not the original one. When the delete flag is set, both files will be deleted after processing.
Delete the file after it has been read (done when InputStream has been closed).
Return an InputStream instead of an byte[]
Polling Period for MessageSource in ms
Poll a remote directory. Move files to an archive directory after
successful processing. The following inboundProperties will be set:
<ul>
<li>originalFilename: Filename on the remote system (without path)</li>
<li>fileSize: Size in bytes, -1 if unknown.</li>
<li>timestamp: The time stamp (java.util.Date) of a file (usually last
modified data)</li>
<li>filename: Same as originalFilename or modified when a
<code>filenameTrnanslator</code> is configured</li>
</ul>
Specify which configuration to use for this invocation.
Directory to poll
Reqular expression to match against found files.
A MEL expression generating a second filename from the inboundProperty "filename". When the result is not empty, the connector will read the second file, not the original one. When the delete flag is set, both files will be deleted after processing.
Delete the original file after it has been read (done when InputStream has been closed).
Move the original file and the translated file to this directory after processing.
Return an InputStream instead of an byte[]
Polling Period for MessageSource in ms
Poll a remote directory. Archive files by renaming after successful
processing. The following inboundProperties will be set:
<ul>
<li>originalFilename: Filename on the remote system (without path)</li>
<li>fileSize: Size in bytes, -1 if unknown.</li>
<li>timestamp: The time stamp (java.util.Date) of a file (usually last
modified data)</li>
<li>filename: Same as originalFilename or modified when a
<code>filenameTrnanslator</code> is configured</li>
</ul>
Specify which configuration to use for this invocation.
Directory to poll
Reqular expression to match against found files.
A MEL expression generating a second filename from the inboundProperty "filename". When the result is not empty, the connector will read the second file, not the original one. When the delete flag is set, both files will be deleted after processing. @param translatedNameExpression Expression for renaming the file read.
Expression for renaming filename
Expression for renaming tho original file name (e.g. with ".ok" at the end)
Return an InputStream instead of an byte[]
Polling Period for MessageSource in ms
Ftp transfer mode
© 2015 - 2024 Weber Informatics LLC | Privacy Policy