From 06e02f0071c42ca4c19110f5f73c22cfd6a1c154 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 9 Aug 1997 23:51:26 +0000 Subject: Doc fix. --- utils/ftpcp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/ftpcp.c') diff --git a/utils/ftpcp.c b/utils/ftpcp.c index 3782335f..4c4c151a 100644 --- a/utils/ftpcp.c +++ b/utils/ftpcp.c @@ -351,6 +351,7 @@ main (int argc, char **argv) econnect (&wr, &def_params, "DST"); if (rd.conn && wr.conn) + /* Both endpoints are remote; directly copy between ftp servers. */ { err = ftp_conn_rmt_copy (rd.conn, rd.file, wr.conn, wr.file); if (err == EISDIR) @@ -364,6 +365,7 @@ main (int argc, char **argv) error (30, err, "Remote copy"); } else + /* One endpoint is local, so do the copying ourself. */ { int rd_fd, wr_fd; -- cgit v1.2.3