summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/optional/ssh/ScpToMessage.java
Commit message (Expand)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Use try with resourcesGintas Grigelionis2018-04-021-3/+1
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-2/+2
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-1/+1
* Let’s use doclintGintas Grigelionis2017-12-101-0/+5
* java 5-8java8Matt Benson2017-04-131-26/+10
* reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-121-2/+2
* add compression support to <scp>bug_47552_scp_compressionStefan Bodewig2016-05-221-9/+86
* preserveLastModified for scp uploadsStefan Bodewig2015-12-141-8/+64
* all permissions to be set when uploading files/dirsStefan Bodewig2015-05-171-2/+43
* increase buffer size to improve transfer speedpkures2015-04-221-1/+1
* oops - make it compile under Java5 againJan Matèrne2014-07-041-48/+50
* organize importsJan Matèrne2014-07-031-5/+4
* magic numberPeter Reilly2007-09-251-1/+2
* PR 41090: jsch-0.1.30 causes SCP task to hangJacobus Martinus Kruithof2006-12-221-0/+1
* copy2license.plStefan Bodewig2006-09-011-5/+6
* Make <scp> support the sftp protocol. PR 39373Stefan Bodewig2006-05-091-0/+18
* 2006Stefan Bodewig2006-04-251-1/+1
* take notice of verbosity flag when logging bug #39010Kevin Jackson2006-04-241-3/+7
* fix line-feeds, set svn:eol-styleStefan Bodewig2005-09-071-3/+3
* javadocPeter Reilly2005-07-081-1/+43
* <scp> using <fileset> doesn't work with OpenSSH 3.9 (and later?).Stefan Bodewig2004-12-211-1/+1
* Make Jikes happy - shadowing and some non-static private finalsStefan Bodewig2004-12-131-1/+1
* Various checkstyle violationsStefan Bodewig2004-11-221-2/+2
* Add progress report to <scp>.Stefan Bodewig2004-04-071-6/+48
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-2/+2
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
* Under some circumstances scp would miss responses from the remote sideStefan Bodewig2003-11-281-2/+2
* CheckstyleConor MacNeill2003-07-091-33/+42
* remove JDK 1.4 dependencyStefan Bodewig2003-03-111-4/+2
* Upgrade to jsch-0.1.2Stefan Bodewig2003-03-101-4/+5
* <scp>Stefan Bodewig2003-03-061-0/+209