comparison scripts/@ftp/mget.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children d0b799dafede
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
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 ## Downloads 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.
29 ## 29 ##
30 ## If a third argument @var{target} is given, then a single file or 30 ## If a third argument @var{target} is given, then a single file or