}
- private void replyWithPutSuccessful(String identifier) throws IOException {
- fcpServer.writeLine(
- "PutSuccessful",
- "URI=KSK@foo.txt",
- "Identifier=" + identifier,
- "EndMessage"
- );
- }
-
private void replyWithPutFailed(String identifier) throws IOException {
fcpServer.writeLine(
"PutFailed",
}
+ private void replyWithPutSuccessful(String identifier) throws IOException {
+ fcpServer.writeLine(
+ "PutSuccessful",
+ "URI=KSK@foo.txt",
+ "Identifier=" + identifier,
+ "EndMessage"
+ );
+ }
+
private void replyWithSimpleProgress(
int total, int required, int failed, int fatallyFailed, int succeeded, int lastProgress,
boolean finalizedTotal, int minSuccessFetchBlocks) throws IOException {