comparison scripts/@ftp/mget.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents c792872f8942
children 72c96de7a403
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} mget (@var{f}, @var{file}) 20 ## @deftypefn {Function File} {} mget (@var{f}, @var{file})
21 ## @deftypefnx {Function File} {} mget (@var{f}, @var{dir}) 21 ## @deftypefnx {Function File} {} mget (@var{f}, @var{dir})
22 ## @deftypefnx {Function File} {} mget (@dots{}, @var{target}) 22 ## @deftypefnx {Function File} {} mget (@dots{}, @var{target})
23 ## Downloads a remote file @var{file} or directory @var{dir} to the local 23 ## Download a remote file @var{file} or directory @var{dir} to the local
24 ## directory on the FTP connection @var{f}. @var{f} is an FTP object 24 ## directory on the FTP connection @var{f}. @var{f} is an FTP object
25 ## returned by the @code{ftp} function. 25 ## returned by the @code{ftp} function.
26 ## 26 ##
27 ## The arguments @var{file} and @var{dir} can include wildcards and any 27 ## The arguments @var{file} and @var{dir} can include wildcards and any
28 ## files or directories on the remote server that match will be downloaded. 28 ## files or directories on the remote server that match will be downloaded.