help-octave
[Top][All Lists]
Advanced

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

Re: I cannot write a URL (for download): urlwrite: unable to open file`


From: Andreas Weber
Subject: Re: I cannot write a URL (for download): urlwrite: unable to open file` / Octave hangs when doing it in code with variabels.
Date: Sat, 29 Feb 2020 13:13:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

Am 29.02.20 um 13:00 schrieb Patrick Pintelon via Help list for GNU Octave:
> [f,success,message]=urlwrite('https://static.stooq.com/db/h/d_macro_txt.zip','d:\')

Please try
[f, success, message] =
urlwrite('https://static.stooq.com/db/h/d_macro_txt.zip', "foo.zip")

LOCALFILE has to be a file, not a path

-- Andy



reply via email to

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