octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question on urlwrite ftp request.


From: Michael D. Godfrey
Subject: Re: question on urlwrite ftp request.
Date: Sun, 21 Feb 2010 16:01:49 -0800
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2

On 2/21/10 2:50 PM, Marco Atzeri wrote:
On recente source build on cygwin, I noticed that
urlwrite is working for http but not for ftp,
and the output is puzzling.

octave:5>  [S, SUCCESS, MESSAGE] = urlread 
("ftp://ftp.octave.org/pub/octave/README";)
S =
SUCCESS = 0
MESSAGE = No error

octave:6>  S = urlread ("ftp://ftp.octave.org/pub/octave/README";)
error: urlread: curl: No error

It seems a mismatch between octave format expectation
and curl output. Anyone see it on other platform ?

Regards
Marco

On current build on Fedora fc12 I get the same:
[qss.stanford.edu:godfrey] octave
GNU Octave, version 3.3.50+
Copyright (C) 2009 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "x86_64-unknown-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Report bugs to <address@hidden> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).

For information about changes from previous versions, type `news'.

octave:1> [S, SUCCESS, MESSAGE] = urlread ("ftp://ftp.octave.org/pub/octave/README";)
S =
SUCCESS = 0
MESSAGE = No error

Michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]