Home
last modified time | relevance | path

Searched refs:mput (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h99 void mput (int, char **);
H A Dcmdtab.c152 { "mput", mputhelp, 1, 1, 1, mput },
H A Dcmds.c445 mput(int argc, char **argv) in mput() function
/freebsd/contrib/tnftp/src/
H A Dextern.h165 void mput(int, char **);
H A Dcmdtab.c248 { "mput", H(mputhelp), 1, 1, 1, CMPL(L) mput },
250 { "msend", H(mputhelp), 1, 1, 1, CMPL(L) mput },
H A Dfetch.c1897 mput(uargc, uargv); in auto_put()
H A Dcmds.c463 mput(int argc, char *argv[]) in mput() function
/freebsd/contrib/tnftp/
H A DChangeLog1559 - mput/mget: check that the connection still exists before each xfer.