INT-4155: Port FTP DSL

JIRA: https://jira.spring.io/browse/INT-4155

- Add streaming support
- Rework tests to use dynamic flow registrations due to the test FTP server is now a test support class.

Javadoc fixes

Checkstyle fix

Polishing - PR Comments

Polishing and Port SFTP
This commit is contained in:
Gary Russell
2016-11-11 13:47:30 -05:00
committed by Artem Bilan
parent 6c4d9b2111
commit 8070f72c44
18 changed files with 1422 additions and 5 deletions

View File

@@ -57,6 +57,10 @@ public abstract class RemoteFileTestSupport {
return targetRemoteDirectory;
}
public String getTargetRemoteDirectoryName() {
return targetRemoteDirectory.getAbsolutePath() + File.separator;
}
public File getSourceLocalDirectory() {
return sourceLocalDirectory;
}
@@ -65,6 +69,10 @@ public abstract class RemoteFileTestSupport {
return targetLocalDirectory;
}
public String getTargetLocalDirectoryName() {
return targetLocalDirectory.getAbsolutePath() + File.separator;
}
/**
* Default implementation creates the following folder structures:
*