FTPTask Release Notes
v1.0.85.41 (December 24 2004)
The version numbering has been changed as follows:
- 1
- the major release number for this task.
- 0
- the minor release number of this task.
- 85
- the version of NAnt that this task was written against.
- 41
- the subversion revision number of this build.
Task changes
- <up-ascii>, <up-binary>, <down-ascii>, and <down-binary> have been depricated
- Now accepts any number of <put> and <get> elements. Both are specialized FileSet objects that accept and match Include elements.
1.0.4 (June 21, 2004)
[NAnt-dev post]
Modified Tasks
<ftp>
- Now accepts a <script> tag.
1.0.3 (June 19, 2004)
[NAnt-dev post]
New Tasks
<ftp>
-
Collected all file transfer operations into one central task.
- Accepts four filesets <up-ascii>, <up-binary>, <down-ascii>, <down-binary>.
Removed Tasks
<ftp-up>
-
Task has been combined into <ftp> as <up-ascii> and <up-binary>.
<ftp-down>
-
Task has been combined into <ftp> as <down-ascii> and <down-binary>.
1.0.1 (June 3, 2004)
[NAnt-dev post]
New Tasks
<ftp-up>
<ftp-down>