Home | History | Annotate | Download | only in net

Lines Matching refs:remote

7  * TEST: -g -s (when local and remote exist) -gc, -sc
17 usage: ftpget [-cvgslLmMdD] [-P PORT] [-p PASSWORD] [-u USER] HOST [LOCAL] REMOTE
19 Talk to ftp server. By default get REMOTE file via passive anonymous
34 -m Move file on server from LOCAL to REMOTE
98 char *s, *remote = toys.optargs[2];
107 if (!remote) remote = toys.optargs[1];
157 if (ftp_line("SIZE", remote, 0) == 213)
159 else if (get) error_exit("no %s", remote);
181 ftp_line(cmd, remote, -1);
190 ftp_line(cmd, remote, 150);