bugzilla-daemon at mindrot.org
2015-May-07  21:32 UTC
[Bug 2395] New: Error with sftp get wildcard when number of files is over 130
https://bugzilla.mindrot.org/show_bug.cgi?id=2395
            Bug ID: 2395
           Summary: Error with sftp get wildcard when number of files is
                    over 130
           Product: Portable OpenSSH
           Version: 6.6p1
          Hardware: amd64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: sftp
          Assignee: unassigned-bugs at mindrot.org
          Reporter: matto_30 at yahoo.com
If there are 130 or more files when trying to get files with "get *",
SFTP will give me an error of File "{full_path}/*" not found.
Steps to reproduce:
$ mkdir tmp
$ for i in {1..130}; do touch tmp/file-$i; done
$ sftp centos at localhost:tmp
Connected to localhost.
Changing to: /home/centos/tmp
sftp> get *
File "/home/centos/tmp/*" not found.
sftp>
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-May-07  23:31 UTC
[Bug 2395] Error with sftp get wildcard when number of files is over 130
https://bugzilla.mindrot.org/show_bug.cgi?id=2395
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> ---
I can't reproduce this with either -head or the 6.6p1 release on Fedora
with the default build options, either with 130 files or 1300 files.
Which distro is it (I assume centos from the output)?  What options did
you build OpenSSH with?  Is there anything else unusual about your
config?
Also, please reproduce with sftp -vvv to produce debug logs and attach
to this bug (using "Add an attachment" above).
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-May-07  23:33 UTC
[Bug 2395] Error with sftp get wildcard when number of files is over 130
https://bugzilla.mindrot.org/show_bug.cgi?id=2395
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |djm at mindrot.org
         Resolution|---                         |WORKSFORME
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
Can't replicate - this looks like a Redhat change to OpenSSH.
http://pkgs.fedoraproject.org/cgit/openssh.git/tree/openssh-5.8p1-glob.patch
You should complain to your vendor
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-May-14  18:07 UTC
[Bug 2395] Error with sftp get wildcard when number of files is over 130
https://bugzilla.mindrot.org/show_bug.cgi?id=2395 --- Comment #3 from matto_30 at yahoo.com --- I definitely will. Thank you for checking into it. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Aug-11  13:03 UTC
[Bug 2395] Error with sftp get wildcard when number of files is over 130
https://bugzilla.mindrot.org/show_bug.cgi?id=2395
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1
-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
Possibly Parallel Threads
- [Bug 2275] New: sftp undocumented flags
- [Bug 2733] New: sftp wildcard list missing stats if more than one match
- [Bug 1767] New: Inconsistend wildcard expansion in 'ls *'
- [Bug 1935] New: ls -l with wildcards produces incorrect output
- [Bug 2238] New: sftp exits on bad tab completion