Class FtpRemoteFileTemplate

java.lang.Object
org.springframework.integration.file.remote.RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile>
org.springframework.integration.ftp.session.FtpRemoteFileTemplate
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, RemoteFileOperations<org.apache.commons.net.ftp.FTPFile>

public class FtpRemoteFileTemplate extends RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile>
FTP version of RemoteFileTemplate providing type-safe access to the underlying FTPClient object.
Since:
4.1
Author:
Gary Russell, Artem Bilan