diff scripts/@ftp/dir.m @ 30567:3eeaba530a03

doc: Add @seealso links to @ftp method functions. * ascii.m, binary.m, cd.m, close.m, delete.m, dir.m, ftp.m, mget.m, mkdir.m, mput.m, rename.m, rmdir.m: Add @seealso links to @ftp method functions.
author Rik <rik@octave.org>
date Wed, 29 Dec 2021 11:05:20 -0800
parents 83f9f8bda883
children 597f3ee61a48
line wrap: on
line diff
--- a/scripts/@ftp/dir.m	Wed Dec 29 08:41:33 2021 -0800
+++ b/scripts/@ftp/dir.m	Wed Dec 29 11:05:20 2021 -0800
@@ -33,6 +33,7 @@
 ## If the optional output @var{lst} is requested return a struct array
 ## with one entry per file with the fields @code{name}, @code{date},
 ## @code{bytes}, @code{isdir}, @code{datenum}.
+## @seealso{@ftp/cd, @ftp/mkdir, @ftp/rmdir, @ftp/ftp}
 ## @end deftypefn
 
 function lst = dir (f)