diff NEWS @ 9880:7f77e5081e83

Add ftp objects
author David Bateman <dbateman@free.fr>
date Sat, 28 Nov 2009 11:44:57 +0100
parents b7acf3cb5984
children cee6c63cff32
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,15 @@
    
       matrix_sum = plus (matrix_list{:});
 
+ ** An FTP object type based on libcurl has been implemented. These objects
+    allow ftp connections, downloads and uploads to be managed. An example of
+    its use might be
+
+    fp = ftp ("ftp.octave.org);
+    cd (fp, "gnu/octave");
+    mget (fp, "octave-3.2.3.tar.bz2");
+    close (fp);
+
  ** The default behavior of assert (observed, expected) has been relaxed
     to employ less strict checking that does not require the internals
     of the values to match. This avoids previously valid tests from