Mercurial > hg > octave-jordi
comparison scripts/@ftp/mput.m @ 10711:fbd7843974fa
Periodic grammar check of documentation files to ensure common format.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 16 Jun 2010 20:36:55 -0700 |
parents | 7f77e5081e83 |
children | 2c356a35d7f5 |
comparison
equal
deleted
inserted
replaced
10710:4669da47fe0d | 10711:fbd7843974fa |
---|---|
14 ## along with this program; If not, see <http://www.gnu.org/licenses/>. | 14 ## along with this program; If not, see <http://www.gnu.org/licenses/>. |
15 | 15 |
16 ## -*- texinfo -*- | 16 ## -*- texinfo -*- |
17 ## @deftypefn {Function File} {} mput (@var{f}, @var{file}) | 17 ## @deftypefn {Function File} {} mput (@var{f}, @var{file}) |
18 ## Upload the local file @var{file} into the current remote directory on | 18 ## Upload the local file @var{file} into the current remote directory on |
19 ## the FTP connection @var{f}. @var{f} is an FTP object returned by the | 19 ## the FTP connection @var{f}. @var{f} is an FTP object returned by the |
20 ## ftp function. | 20 ## ftp function. |
21 ## | 21 ## |
22 ## The argument @var{file} is passed by the @dfn{glob} function and any | 22 ## The argument @var{file} is passed by the @dfn{glob} function and any |
23 ## files that match the wildcards in @var{file} will be uploaded. | 23 ## files that match the wildcards in @var{file} will be uploaded. |
24 ## @end deftypefn | 24 ## @end deftypefn |