Java org.springframework.integration.ftp.session FtpRemoteFileTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.ftp.session FtpRemoteFileTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.ftp.session FtpRemoteFileTemplate.

The text is from its open source code.

Constructor

Method

TexecuteWithClient(final ClientCallback callback)
booleanexists(final String path)
This particular FTP implementation is based on the FTPClient#getStatus(String) by default, but since not all FTP servers properly implement the STAT command, the framework internal FtpRemoteFileTemplate instances are switched to the FTPClient#listNames(String) for only files operations.