summaryrefslogtreecommitdiff
path: root/src/etc/testcases/taskdefs/optional/net
Commit message (Collapse)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
| | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* Revert "Trailing whitespace"Jaikiran Pai2018-07-071-121/+135
| | | | | This reverts commit 2f64e0b51c295960cb15aa77c7c1f447b2518e14. Discussion in ant dev mailing list https://www.mail-archive.com/dev@ant.apache.org/msg47356.html
* Trailing whitespaceGintas Grigelionis2018-07-011-135/+121
|
* merge license additions from 1.7 branch (i.e. revs 637870 to 637914)Stefan Bodewig2008-03-171-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@637939 13f79535-47bb-0310-9956-ffa450edef68
* Add initialSiteCommand and siteCommand attributes.Steven M. Cohen2005-05-301-0/+25
| | | | | | | PR:34257, 34853 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278378 13f79535-47bb-0310-9956-ffa450edef68
* Based on a patch submitted by Neeme Praks, allow support for a retry count ↵Steven M. Cohen2005-05-301-0/+13
| | | | | | | | | | on FTP transfers. Some servers are unreliable for unknown - this allows for a retry count to be specified to accomodate work on such flaky servers. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278374 13f79535-47bb-0310-9956-ffa450edef68
* convert serverLanguageCodeConfig attribute to use EnumeratedAttribute patternSteven M. Cohen2005-05-291-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278373 13f79535-47bb-0310-9956-ffa450edef68
* Convert ftp task systemTypeKey and timestampGranularity attributes to using ↵Steven M. Cohen2005-05-281-0/+55
| | | | | | | | | the EnumeratedAttribute pattern and add some JUnit tests of the new configuration stuff. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278372 13f79535-47bb-0310-9956-ffa450edef68
* Add new timestampGranularity attribute to account for the typical case in ↵Steven M. Cohen2005-05-221-3/+2
| | | | | | | | | PUT operations where the client is HH:mm:ss and the ftp server is HH:mm. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278325 13f79535-47bb-0310-9956-ffa450edef68
* Added tests for the "newer" attribute in conjunction with the ↵Steven M. Cohen2005-05-221-0/+88
| | | | | | servertimezoneconfig attribute in the PUT and GET actions. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278320 13f79535-47bb-0310-9956-ffa450edef68
* add option to read properties file from the user's home directory as well as ↵Steven M. Cohen2005-05-211-0/+2
| | | | | | | | | from the top of the ant tree, where it is vulnerable to being wiped out from cvs replace operations. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278317 13f79535-47bb-0310-9956-ffa450edef68
* Merge from ANT_16_BRANCHAntoine Levy-Lambert2003-10-151-1/+4
| | | | | | | | Fix problem with non absolute remote dirs PR: 23833 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275510 13f79535-47bb-0310-9956-ffa450edef68
* Merge from ANT_16_BRANCHAntoine Levy-Lambert2003-10-131-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275463 13f79535-47bb-0310-9956-ffa450edef68
* removed useless <property environment="env"/>Antoine Levy-Lambert2003-08-141-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275096 13f79535-47bb-0310-9956-ffa450edef68
* Go on working on the followsymlinks support in the FTP task.Antoine Levy-Lambert2003-08-141-0/+26
| | | | | | | | The scanner was working previously, but the retrieving of links was not working because the followsymlinks attribute was not passed through. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275089 13f79535-47bb-0310-9956-ffa450edef68
* Issue a warning message indicating that selectors within filesetsAntoine Levy-Lambert2003-08-061-0/+22
| | | | | | | | | are not supported in the ftp task when the fileset is remote (all actions except put) PR: 18280 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275037 13f79535-47bb-0310-9956-ffa450edef68
* use user.name as default for ftp.userAntoine Levy-Lambert2003-08-061-16/+7
| | | | | | | new target for testing scanning a file which is a symbolic link git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275034 13f79535-47bb-0310-9956-ffa450edef68
* new test for the ftp taskAntoine Levy-Lambert2003-08-041-0/+42
requires ftp.properties in ant's root directory (with your password in it) and a local ftp server. The test is disabled by default in build.xml git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275016 13f79535-47bb-0310-9956-ffa450edef68