public class FtpOutboundGatewaySpec extends org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>
RemoteFileOutboundGatewaySpec for FTP.| Modifier and Type | Method and Description |
|---|---|
FtpOutboundGatewaySpec |
patternFileNameFilter(java.lang.String pattern) |
FtpOutboundGatewaySpec |
regexFileNameFilter(java.lang.String regex) |
autoCreateLocalDirectory, chmod, filter, localDirectory, localDirectory, localDirectoryExpression, localDirectoryExpression, localFilename, localFilenameExpression, localFilenameExpression, mputFilter, options, options, patternMputFilter, regexMpuFilter, remoteFileSeparator, renameExpression, renameExpression, renameFunction, temporaryFileSuffixpublic FtpOutboundGatewaySpec patternFileNameFilter(java.lang.String pattern)
patternFileNameFilter in class org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>FtpSimplePatternFileListFilterpublic FtpOutboundGatewaySpec regexFileNameFilter(java.lang.String regex)
regexFileNameFilter in class org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>FtpRegexPatternFileListFilter