Lines Matching defs:remote
79 static void proxtrans(char *cmd, char *local, char *remote);
86 hrtime_t t1, char *local, char *remote);
577 "421 Service not available, remote"
740 sendrequest(char *cmd, char *local, char *remote, int allowpipe)
758 proxtrans(cmd, local, remote);
848 if (remote) {
849 if (command("%s %s", cmd, remote) != PRELIM) {
983 * Wait for remote end to either close data socket
998 * from remote is 226 or 250. All other codes are error codes.
1001 ptransfer("sent", bytes, start, stop, local, remote);
1028 * from remote is 226 or 250. All other codes are error codes.
1031 ptransfer("sent", bytes, start, stop, local, remote);
1049 recvrequest(char *cmd, char *local, char *remote, char *mode, int allowpipe)
1067 proxtrans(cmd, local, remote);
1153 if (remote) {
1154 if (command("%s %s", cmd, remote) != PRELIM) {
1351 ptransfer("received", bytes, start, stop, local, remote);
1453 ptransfer("received", bytes, start, stop, local, remote);
1722 hrtime_t t1, char *local, char *remote)
1732 if (remote)
1733 (void) printf("remote: %s\n", remote);
1859 proxtrans(char *cmd, char *local, char *remote)
1925 if (command("%s %s", cmd, remote) != PRELIM) {
1974 (void) printf("local: %s remote: %s\n", local, remote);