stevel 2005/08/17 03:06:01
Modified:docs/manual/OptionalTasks ftp.html
Log:
documenting passive FTP
Revision ChangesPath
1.39 +14 -3 ant/docs/manual/OptionalTasks/ftp.html
Index: ftp.html
===
Steve Cohen wrote:
Steve Loughran wrote:
[EMAIL PROTECTED] wrote:
scohen 2005/05/29 17:40:21
Modified:src/testcases/org/apache/tools/ant/taskdefs/optional/net
FTPTest.java
src/main/org/apache/tools/ant/taskdefs/optional/net
FTP.java
A "back-off" procedure usually refers to the procedure of allowing other
participants also to have a "word" in whatever ongoing activity. In
this case, SteveL probably meant that very same "have a delay before
retry" idea that you also had.
As for tight loop that eats up all the resources -
Steve Loughran wrote:
[EMAIL PROTECTED] wrote:
scohen 2005/05/29 17:40:21
Modified:src/testcases/org/apache/tools/ant/taskdefs/optional/net
FTPTest.java
src/main/org/apache/tools/ant/taskdefs/optional/net
FTP.java
src/etc/testc
[EMAIL PROTECTED] wrote:
scohen 2005/05/29 17:40:21
Modified:src/testcases/org/apache/tools/ant/taskdefs/optional/net
FTPTest.java
src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
src/etc/testcases/taskdefs/optional/net
scohen 2005/05/30 07:41:34
Modified:src/testcases/org/apache/tools/ant/taskdefs/optional/net
FTPTest.java
src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
src/etc/testcases/taskdefs/optional/net ftp.xml
doc
scohen 2005/05/29 17:40:21
Modified:src/testcases/org/apache/tools/ant/taskdefs/optional/net
FTPTest.java
src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
src/etc/testcases/taskdefs/optional/net ftp.xml
doc
scohen 2005/05/22 11:49:46
Modified:docs/manual/OptionalTasks ftp.html
Log:
Document new timestampGranularity attribute and spiff up the page generally,
add links to Java code as
appropriate, fix up the table column sizing which had become rather unwieldy.
Revision Changes
scohen 2005/05/21 06:02:02
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
docs/manual/OptionalTasks ftp.html
Log:
Change so that systemTypeKey and all the new xxxConfig attributes work by the
convention that setting the attribute to "" leaves t
Alexey N. Solofnenko wrote:
Actually, > is also not required.
True, but very confusing not to quote it.
Peter
- Alexey.
Steve Cohen wrote:
To be honest, I never thought about it. The previous version of the
page used them and I just assumed they were required, and followed
the pattern with my ne
an
-Ursprüngliche Nachricht-
Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]
Gesendet am: Mittwoch, 18. Mai 2005 06:05
An: Ant Developers List
Betreff: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html
Actually, > is also not required.
- Alexey.
Steve Cohen wrote:
To be hon
Ursprüngliche Nachricht-
> Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 18. Mai 2005 06:05
> An: Ant Developers List
> Betreff: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html
>
> Actually, > is also not required.
>
> - Alexey.
>
Actually, > is also not required.
- Alexey.
Steve Cohen wrote:
To be honest, I never thought about it. The previous version of the
page used them and I just assumed they were required, and followed the
pattern with my new examples. I didn't even assume, actually, I just
followed the pattern un
scohen 2005/05/17 16:33:51
Modified:docs/manual/OptionalTasks ftp.html
Log:
remove unnecessary " marks.
Revision ChangesPath
1.34 +104 -104 ant/docs/manual/OptionalTasks/ftp.html
Index: ftp.html
===
ion -OR-
Reject the transmission altogether?
Vielen Danke,
Martin-
- Original Message - From: "Dominique Devienne"
<[EMAIL PROTECTED]>
To: "Ant Developers List"
Sent: Monday, May 16, 2005 10:21 PM
Subject: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html
Peter-
What is the solution?
M-
- Original Message -
From: "Peter Reilly" <[EMAIL PROTECTED]>
To: "Ant Developers List"
Sent: Tuesday, May 17, 2005 12:50 PM
Subject: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html
Martin Gainty wrote:
Not to m
[EMAIL PROTECTED]>
To: "Ant Developers List"
Sent: Monday, May 16, 2005 10:21 PM
Subject: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html
On 14 May 2005 13:14:15 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
+
+ <ftp action="get"
+ server
the transmission altogether?
Vielen Danke,
Martin-
- Original Message - From: "Dominique Devienne"
<[EMAIL PROTECTED]>
To: "Ant Developers List"
Sent: Monday, May 16, 2005 10:21 PM
Subject: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html
On 14 May 2005 13:
On 14 May 2005 13:14:15 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> +
> + + server="ftp.hypthetical.fr"
> + userid="anonymous"
> + password="[EMAIL PROTECTED]"
> + defaultDateFormatConfig="d MMM "
> + recentDateFormatConfig="d
scohen 2005/05/14 07:30:25
Modified:docs/manual/OptionalTasks ftp.html
Log:
punctuation
Revision ChangesPath
1.33 +5 -5 ant/docs/manual/OptionalTasks/ftp.html
Index: ftp.html
===
RCS file:
scohen 2005/05/14 06:14:14
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net
FTPConfigurator.java FTP.java
docs/manual/OptionalTasks ftp.html
Log:
change name of attribute from systemKeyConfig to systemTypeKey as a more
intuitive na
jkf 2005/03/04 14:31:42
Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
docs/manual/OptionalTasks ftp.html
Log:
PR: 33770
Improved FTP task to not fail on hidden directories.
Revision ChangesPath
1.65 +26 -9
ant/src/
antoine 2004/06/02 14:22:36
Modified:.Tag: ANT_16_BRANCH WHATSNEW
docs/manual Tag: ANT_16_BRANCH install.html
docs/manual/OptionalTasks Tag: ANT_16_BRANCH ftp.html
Log:
Merge from HEAD
Doc fix concerning library dependencies of the ftp task
P
antoine 2004/06/02 14:18:41
Modified:.WHATSNEW
docs/manual install.html
docs/manual/OptionalTasks ftp.html
Log:
Doc fix concerning the library requirements of the ftp task
PR: 29334
Submitted by: Steve Cohen (scohen at apache dot org)
Re
antoine 2004/02/17 00:02:19
Modified:docs/manual Tag: ANT_16_BRANCH install.html
docs/manual/OptionalTasks Tag: ANT_16_BRANCH ftp.html
Log:
Merge from HEAD
Try to give better explanations concerning the library requirements for
ftp task
Revision ChangesPa
antoine 2004/02/16 23:59:36
Modified:docs/manual install.html
docs/manual/OptionalTasks ftp.html
Log:
Fix information concerning library requirements for ftp task.
jakarta-oro 2.0.1 or greater
commons-net 1.2.0 or greater when using MS FTP servers
Revision Ch
antoine 2004/02/06 07:57:05
Modified:docs/manual Tag: ANT_16_BRANCH install.html
docs/manual/OptionalTasks Tag: ANT_16_BRANCH ftp.html
Log:
More precise information concerning the libraries dependencies
for MS FTP servers
Revision ChangesPath
No
antoine 2004/02/06 07:53:40
Modified:docs/manual install.html
docs/manual/OptionalTasks ftp.html
Log:
Update information concerning MS FTP server required libraries
Revision ChangesPath
1.67 +4 -3 ant/docs/manual/install.html
Index: install.h
Stefan Bodewig wrote:
On 6 Feb 2004, <[EMAIL PROTECTED]> wrote:
using the CVS HEAD of commons-net and jakarta-oro
could we change that to say something like
CVS HEAD of commons-net and jakarta-oro after 2004-02-01 (or whatever)
or a release of commons-net after 1.1.0 and jakarta-oro afte
On 6 Feb 2004, <[EMAIL PROTECTED]> wrote:
> using the CVS HEAD of commons-net and jakarta-oro
could we change that to say something like
CVS HEAD of commons-net and jakarta-oro after 2004-02-01 (or whatever)
or a release of commons-net after 1.1.0 and jakarta-oro after 2.0.8?
Ant 1.6.1 is li
antoine 2004/02/06 07:24:41
Modified:docs/manual Tag: ANT_16_BRANCH install.html
docs/manual/OptionalTasks Tag: ANT_16_BRANCH ftp.html
Log:
Merge of the blurb about support of MS FTP servers
Revision ChangesPath
No revision
No
antoine 2004/02/06 07:22:52
Modified:docs/manual install.html
docs/manual/OptionalTasks ftp.html
Log:
Copyright year
Revision ChangesPath
1.66 +1 -1 ant/docs/manual/install.html
Index: install.html
==
antoine 2004/02/06 07:19:56
Modified:docs/manual install.html
docs/manual/OptionalTasks ftp.html
Log:
Add something about the support of MS FTP servers,
using the CVS HEAD of commons-net and jakarta-oro
Revision ChangesPath
1.65 +7 -2 ant/docs/m
antoine 2003/08/14 14:01:43
Modified:.WHATSNEW
src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
docs/manual/OptionalTasks ftp.html
Log:
Add two new attributes timediffmillis and timediffauto for the ftp task
so that the newer attrib
antoine 2003/08/14 08:32:36
Modified:docs/manual/OptionalTasks ftp.html
Log:
changed the info concerning followsymlinks
Revision ChangesPath
1.18 +5 -2 ant/docs/manual/OptionalTasks/ftp.html
Index: ftp.html
antoine 2003/08/07 15:20:34
Modified:docs/manual/OptionalTasks ftp.html
Log:
There have been several bug reports showing that users did not understand
the meaning of remotedir and of the nested fileset(s) for the different
actions
of the ftp task.
I have added a table to expla
antoine 2003/08/06 03:58:24
Modified:src/testcases/org/apache/tools/ant/taskdefs/optional/net
FTPTest.java
src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java
docs/manual/OptionalTasks ftp.html
Log:
Fix the ftp task, its
37 matches
Mail list logo