octave-maintainers
[Top][All Lists]
Advanced

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

question on urlwrite ftp request.


From: Marco Atzeri
Subject: question on urlwrite ftp request.
Date: Sun, 21 Feb 2010 22:50:42 +0000 (GMT)

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




      




reply via email to

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