Displaying 20 results from an estimated 30000 matches similar to: "[Bug 2307] New: tab completion of filenames with spaces"
2014 Apr 29
8
[Bug 2238] New: sftp exits on bad tab completion
https://bugzilla.mindrot.org/show_bug.cgi?id=2238
Bug ID: 2238
Summary: sftp exits on bad tab completion
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: OpenBSD
Status: NEW
Severity: minor
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
2023 Mar 08
5
[Bug 3547] New: sftp crash with 'invalid multibyte character' when pressing Tab to complete specific Chinese filenames
https://bugzilla.mindrot.org/show_bug.cgi?id=3547
Bug ID: 3547
Summary: sftp crash with 'invalid multibyte character' when
pressing Tab to complete specific Chinese filenames
Product: Portable OpenSSH
Version: 8.4p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: trivial
2006 Apr 01
0
sftp tab completion patch (First release - NOT FOR INCLUDING YET)
This applies to the OpenBSD --current tree. Don't see why it shouldn't
work under portable.
Within the patch are the updates I need to make before I'll actually
submit it for real, but I figured I'd make a public drop.
Since I'm not on this list anymore keep me in the CC: if you want me to
respond.
I'll continue to work as time permits, but it would be nice if people
2007 Dec 12
0
Revisiting sftp tab completion patch
I've finally took the time to figure the last few bugs (that I know of).
This patch will be submit to be included in a few weeks. This patch
should be generic enough for portable without too much hassle.
This patch mimics OpenBSD's ftp behavior. I'm not sure like that (e.g. it
doesn't put / at the end of directories by default), but that is more a
question for the community
2001 Jul 25
1
[PATCH]: sftp: Avoid paths beginning with "//"
Hi,
the following patch has been suggested by Mark Bradshaw
<bradshaw at staff.crosswalk.com>.
The simple concatenation of filenames in sftp client and server
results in creating filenames beginning with double slashes
when the cwd is the root directory:
cwd: "/bar/baz"
file: "foo"
cwd + "/" + file = "/bar/baz/foo"
cwd: "/"
file:
2013 May 19
1
[PATCH 1/1] guestfish: Tab-complete single / double quoted filenames containing space -- add fish_completion_word_break_characters_hook
This patch introduces fish_completion_word_break_characters_hook - Readline's
rl_completion_word_break_hook for guestfish so tab-completion on / for single /
double quoted filenames containing space would be possible too - this covers
part:
"In addition:
><fs> ls "/Program Files/<tab>
doesn't show any files to complete."
from RH BZ#547488.
Thank
2019 Nov 03
2
scp, sftp, and special characters in filenames
I have not been able to get scp(1) to download a file with a newline
in its name. I know that scp(1) requires that remote filenames be
escaped for the shell, but that leads to protocol errors.
I am also unable to get sftp(1) to handle such files. It fails with
an ?unterminated quoted argument? error, no matter how I try to
quote the newline. Furthermore, the SFTP CLI is not well-suited to
2012 Mar 13
2
[Bug 1990] New: sftp segfaults when tab-completing a directory which contains umlauts
https://bugzilla.mindrot.org/show_bug.cgi?id=1990
Bug #: 1990
Summary: sftp segfaults when tab-completing a directory which
contains umlauts
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: amd64
OS/Version: Linux
Status: NEW
Severity: normal
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
2011 Jun 13
1
Bash rotating tab completion with list
I just got off a Windows 7 terminal which has rotating tab completion,
this means that in the case of completion ambiguity the shell
completes one of the possibilities, and subsequent tabs complete to
different possibilities. This in contrast to bash's behaviour of
simply printing a list of possibilities.
Googling I have found that bash can in fact have rotating completion
by setting
2010 Jun 20
1
Tab-completion in Rails 3
I''d like to see tab completion introduced for the commands -- while
the single-character aliases are nice, tab-completing is in my muscle
memory, as I suspect it is in many others, too.
I''ve written a very rudimentary completion script which merely
completes the command name in Bash: http://gist.github.com/445941
What are your thoughts on this? Would it be possible to get it
2013 Aug 21
0
sftp logging, filenames with strange characters and parsing the logfile
Hi!
The OpenSSH sshd sftp function can be configured to send logging to syslog.
When a file is open'ed or closed with unexpected characters, those
characters are send directly to syslog, e.g. a file with a '"' in it:
Aug 21 17:09:11 test internal-sftp[10128]: open "/usr/home/test/te"st" flags WRITE,CREATE,TRUNCATE mode 0664
This makes is difficult and
2013 May 07
3
[Bug 2098] New: sftp doesn't handle '#' within filenames for transfer
https://bugzilla.mindrot.org/show_bug.cgi?id=2098
Bug ID: 2098
Summary: sftp doesn't handle '#' within filenames for transfer
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.8p2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component:
2007 Mar 10
1
dovecot and pine tab-completion
Hello,
So, I'm migrating from Binc to Dovecot, and one of my users has run
into an odd complaint/issue. I don't know that it's a Dovecot issue
necessarily, but maybe the people here know a fix anyway...
The problem is that pine tab-completion now appends a "." to the end
of folders that have sub-folders. In other words, say the user has
these folders:
INBOX
2012 Dec 11
4
[Bug 1990] sftp segfaults when tab-completing a directory which contains umlauts
https://bugzilla.mindrot.org/show_bug.cgi?id=1990
mikolajmm at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikolajmm at gmail.com
--- Comment #3 from mikolajmm at gmail.com ---
The same here:
openssh 6.1p1
archlinux 64-bit
sftp> ls
1????
2005 Mar 03
2
[Bug 992] scp cannot handle filenames with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=992
Summary: scp cannot handle filenames with spaces in them
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: All
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
2009 Nov 10
1
How to remove/prevent trailing space after tab completion in R shell
Hi -
Not a mission critical issue, but still highly annoying. I just upgraded R
to 2.10.0 (the binary for Ubuntu karmic) and the tab completion facility now
inserts a space after every completed term (something it didn't do in 2.9.0
or 2.9.2). It wouldn't be an issue so much if it weren't for the fact that
it screws up tab-completing the next term, i.e. if I have a list of lists of
2023 Jul 07
1
Subsystem sftp invoked even though forced command created
On 06.07.23 23:37, MCMANUS, MICHAEL P wrote:> So changing the forced
command as stated will break the application. I
> would need to create a test bed to simulate the listener rather than
> use the server as is, where is. That may produce false or misleading
> results.
Since the forced command is tied to the specific keypair in the
authorized_keys, you could
-- test with a different
2024 May 06
1
Feature request/EOI: Match interactive config?
Hey Damien,
> Would something like this help?
>
> Match sessiontype shell
> User foo
> Match remotecommand "none"
> User foo2
> Match sessiontype exec remotecommand "/rsync"
> User bar
> Match sessiontype subsystem remotecommand "sftp"
> User baz
>
>
> diff --git a/readconf.c b/readconf.c
> <snip>
Thanks for looking
2010 Nov 04
8
[Bug 1833] New: incorrect completion of quoted directory
https://bugzilla.mindrot.org/show_bug.cgi?id=1833
Summary: incorrect completion of quoted directory
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: djm at