Browse Source

Merge commit 'refs/pull/9/head' of https://github.com/apache/ant into pr

master
Stefan Bodewig 10 years ago
parent
commit
446f1442c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/ssh/ScpFromMessage.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/ssh/ScpFromMessage.java View File

@@ -42,7 +42,7 @@ public class ScpFromMessage extends AbstractSshMessage {

private static final int HUNDRED_KILOBYTES = 102400;
private static final byte LINE_FEED = 0x0a;
private static final int BUFFER_SIZE = 1024;
private static final int BUFFER_SIZE = 100*1024;

private String remoteFile;
private File localFile;


Loading…
Cancel
Save