Searched refs:mput (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | extern.h | 99 void mput (int, char **);
|
H A D | cmdtab.c | 152 { "mput", mputhelp, 1, 1, 1, mput },
|
H A D | cmds.c | 445 mput(int argc, char **argv) in mput() function
|
/freebsd/contrib/tnftp/src/ |
H A D | extern.h | 165 void mput(int, char **);
|
H A D | cmdtab.c | 248 { "mput", H(mputhelp), 1, 1, 1, CMPL(L) mput }, 250 { "msend", H(mputhelp), 1, 1, 1, CMPL(L) mput },
|
H A D | fetch.c | 1897 mput(uargc, uargv); in auto_put()
|
H A D | cmds.c | 463 mput(int argc, char *argv[]) in mput() function
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 1559 - mput/mget: check that the connection still exists before each xfer.
|