Home | History | Annotate | Download | only in openssh

Lines Matching refs:FILE

74 /* File to read commands from */
75 FILE* infile;
89 /* When this option is set, the file transfers will always preserve times */
118 #define LS_SIZE_SORT 0x0020 /* Sort by file size */
233 "chgrp grp path Change group of file 'path' to 'grp'\n"
234 "chmod mode path Change permissions of file 'path' to 'mode'\n"
235 "chown own path Change owner of file 'path' to 'own'\n"
239 "get [-Ppr] remote [local] Download file\n"
244 "ln [-s] oldpath newpath Link remote file (-s for symlink)\n"
250 "put [-Ppr] local [remote] Upload file\n"
253 "rename oldpath newpath Rename remote file\n"
254 "rm path Delete remote file\n"
256 "symlink oldpath newpath Symlink remote file\n"
534 error("File \"%s\" not found.", abs_src);
612 error("File \"%s\" not found.", src);
1454 "remote file \"%s\"", g.gl_pathv[i]);
1689 /* Autocomplete a filename "file" */
1692 char *file, int remote, int lastarg, char quote, int terminated)
1699 /* Glob from "file" location */
1700 if (file == NULL)
1703 xasprintf(&tmp, "%s*", file);
1735 if (file == NULL || hadglob)
1738 tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc);
1746 filelen = strlen(file);
1842 /* Handle file parsing */
2075 " %s [user@]host[:file ...]\n"
2161 fatal("Batch file already specified.");