Lines Matching defs:remote
387 "remote server timed out. Connection closed",
389 "remote server has closed connection",
594 len = strlcat(msgbuf, " aborted. Waiting for remote to finish abort.\n",
695 sendrequest(const char *cmd, const char *local, const char *remote,
721 if (remote)
722 fprintf(ttyout, "remote: %s\n", remote);
725 proxtrans(cmd, local, remote);
799 if (remote) {
800 if (command("%s %s", cmd, remote) != PRELIM)
928 recvrequest(const char *cmd, char *volatile local, const char *remote,
963 if (remote)
964 fprintf(ttyout, "remote: %s\n", remote);
967 proxtrans(cmd, local, remote);
1025 filesize = remotesize(remote, 0);
1038 if (! EMPTYSTRING(remote)) {
1039 if (command("%s %s", cmd, remote) != PRELIM)
1185 mtime = remotemodtime(remote, 0);
1894 proxtrans(const char *cmd, const char *local, const char *remote)
1938 || (command("%s %s", cmd, remote) != PRELIM)) {
1957 fprintf(ttyout, "local: %s remote: %s\n", local, remote);