Example usage for org.springframework.integration.file.remote RemoteFileTemplate subclass-usage

List of usage examples for org.springframework.integration.file.remote RemoteFileTemplate subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.file.remote RemoteFileTemplate subclass-usage.

Usage

From source file org.springframework.integration.ftp.session.FtpRemoteFileTemplate.java

/**
 * FTP version of {@code RemoteFileTemplate} providing type-safe access to
 * the underlying FTPClient object.
 *
 * @author Gary Russell
 * @author Artem Bilan