Searched refs:sendrequest (Results 1 – 3 of 3) sorted by relevance
/reactos/base/applications/network/ftp/ |
H A D | prototypes.h | 39 void sendrequest(const char *cmd, const char *local, const char *remote, int printnames);
|
H A D | cmds.c | 337 sendrequest(cmd, argv[1], argv[2], in put() 404 sendrequest((sunique) ? "STOU" : "STOR", in mput() 427 sendrequest((sunique) ? "STOU" : "STOR", in mput() 454 sendrequest((sunique) ? "STOU" : "STOR", in mput()
|
H A D | ftp.c | 443 void sendrequest(const char *cmd, const char *local, const char *remote, int printnames) in sendrequest() function
|