Main Content
urlwrite
Download URL content and save to file (not recommended)
urlwrite
is not recommended. For http
or
https
protocols, use webread
or webwrite
instead. For
ftp
protocols, use ftp
functions. For file
protocols, use fileread
, fopen
or copyfile
.
Description
urlwrite(
uses
additional options specified by one or more URL
,filename
,Name,Value
)Name,Value
pair
arguments.
Examples
Input Arguments
Output Arguments
Tips
urlread
andurlwrite
can download content from FTP sites. Alternatively, use theftp
function to connect to an FTP server and themget
function to download a file.
Version History
Introduced before R2006a