search for: do_globbed_l

Displaying 4 results from an estimated 4 matches for "do_globbed_l".

Did you mean: do_globbed_ls
2002 Oct 18
1
Patch: sftp client support of "ls [flags] [path [localfile]]" feature
.../* XXX - multicolumn display would be nice here */ ! fprintf(fp1, "%s\n", fname); } xfree(fname); } + if (fp) fclose(fp); free_sftp_dirents(d); return (0); } *************** *** 600,611 **** /* sftp ls.1 replacement which handles path globs */ static int do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path, ! int lflag) { glob_t g; int i; Attrib *a; struct stat sb; memset(&g, 0, sizeof(g)); --- 621,634 ---- /* sftp ls.1 replacement which handles path globs */ static int do_globbed_ls(struct sftp_conn *conn, char *p...
2009 Sep 29
4
[Bug 1655] New: sftp is unhappy with asterisks in filenames
https://bugzilla.mindrot.org/show_bug.cgi?id=1655 Summary: sftp is unhappy with asterisks in filenames Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: unassigned-bugs at mindrot.org
2017 Mar 17
4
[Bug 2694] New: sftp ls command ignores sorting flags for globbed listing
...Status: NEW Severity: normal Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org Reporter: martin at winscp.net The `sftp` `ls` command ignores all sorting flags, for globbed listings. Note a lack of `LS_*_SORT` flags use in the `do_globbed_ls` function, contrary to non-globbed `do_ls_dir`. Posted based on: http://serverfault.com/q/839005/168875 -- You are receiving this mail because: You are watching the assignee of the bug.
2008 Jul 21
2
sftp needs a long time for sending a filelist
Hello all Im using sftp 1:4.7p1-8ubuntu1.2 in a batchjob Ive noticed that sftp needs a long time for sending a filelist. The timespan increases exponential if many files are on the remoteserver. for example "ls -la *.txt" needs 10 seconds for 2000 files but needs 50 seconds for 4000 files. For 150.000 Files i have to wait 15 minutes for example but the