Searched refs:sendrequest (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp_var.h | 320 extern void sendrequest(char *cmd, char *local, char *remote, int allowpipe);
|
H A D | cmds.c | 393 sendrequest(cmd, argv[1], argv[2], 1); in put() 491 sendrequest((sunique) ? "STOU" : "STOR", in mput() 514 sendrequest((sunique) ? "STOU" : "STOR", in mput() 538 sendrequest((sunique) ? "STOU" : "STOR", in mput()
|
H A D | ftp.c | 740 sendrequest(char *cmd, char *local, char *remote, int allowpipe) in sendrequest() function
|