Navigation

Operators and Keywords

Function List:

C++ API

Function File: mget (f, file)
Function File: mget (f, dir)
Function File: mget (f, remote_name, target)

Download a remote file file or directory dir to the local directory on the FTP connection f.

f is an FTP object returned by the ftp function.

The arguments file and dir can include wildcards and any files or directories on the remote server that match will be downloaded.

If a third argument target is given, then a single file or directory will be downloaded to the local directory and the local name will be changed to target.

Package: octave