Home
last modified time | relevance | path

Searched refs:sendrequest (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/network/ftp/
H A Dprototypes.h39 void sendrequest(const char *cmd, const char *local, const char *remote, int printnames);
H A Dcmds.c337 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 Dftp.c443 void sendrequest(const char *cmd, const char *local, const char *remote, int printnames) in sendrequest() function