[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63167] add websave() function
From: |
Yu Hongbo |
Subject: |
[Octave-bug-tracker] [bug #63167] add websave() function |
Date: |
Wed, 5 Oct 2022 20:42:32 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63167>
Summary: add websave() function
Project: GNU Octave
Submitter: yuhongbo
Submitted: Thu 06 Oct 2022 12:42:30 AM UTC
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Feature Request
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: dev
Discussion Lock: Any
Operating System: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 06 Oct 2022 12:42:30 AM UTC By: Yu Hongbo <yuhongbo>
'websave' is a function from the file
/home/linux/src/octave/scripts/web/websave.m
-- OUTFILENAME = websave (FILENAME, URL)
-- OUTFILENAME = websave (FILENAME, URL, KEY_1, VALUE_1, ...)
-- OUTFILENAME = websave (..., OPTIONS)
Save content from RESTful web service to a local file.
Specify a string output filename, save content fromthe web service
specified by URL and the output filename is as OUTFILENAME.
The OUTFILENAME contains FILENAME and file extension, so
OUTFILENAME and FILENAME may be different.
See also: weboptions, webwrite.
Patch to follow
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63167>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63167] add websave() function,
Yu Hongbo <=