[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2009-02-21 Thread Caspar Clemens Mierau
Thanks for taking the time to report this problem. It is actually not a bug but rather normal behaviour. The trouble you are in is that special characters need to be "escaped". This are not only brackets, but also white spaces like " ". So, if you want to transfer a file try this: file name "test[

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
sftp> get "selene \[ \]" Bad escaped character '\\[' Doesn't. Can someone test this issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
Sorry for my misspellings, I'm not very fine yesterday and today at morning hehe. -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-11 Thread Spayder26
Can anybody reproduce the issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
** Summary changed: - sftp cannot get filenames with "[ " and " ]" + sftp cannot get filenames with "[" and "]" whith space between ** Description changed: sftp cannot get a filename named "South Park - 10x08 - Make Love, Not Warcraft [ Subtitulado.al.Castellano] [By.Tetsu].avi", but when I

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
I've updated description so get "selene []" works, but get "selene[ ]" and "selene[_ ]" don't. Jonathan, I'm using Ubuntu hardy amd64 as client, and i386 as server, linux 2.6.24-19, and openssh-client and server version 1:4.9p1-8ubuntu1.2. sftp> ls incomingselene , . [ ] selene , [ ]

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Colin Watson
You probably need to substitute both [ and ], e.g.: get "selene\[_ \]" (I suspect OpenSSH 5.1p1 in Intrepid has more sensible handling here, although I haven't tested it; there was certainly a comment in the upstream release notes about all this having been cleaned up.) -- sftp cannot get fil

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
** Summary changed: - sftp cannot get filenames with "[ " and " ]" + sftp cannot get filenames with "[" and "]" whith space between ** Description changed: sftp cannot get a filename named "South Park - 10x08 - Make Love, Not Warcraft [ Subtitulado.al.Castellano] [By.Tetsu].avi", but when I

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
I've updated description so get "selene []" works, but get "selene[ ]" and "selene[_ ]" don't. Jonathan, I'm using Ubuntu hardy amd64 as client, and i386 as server, linux 2.6.24-19, and openssh-client and server version 1:4.9p1-8ubuntu1.2. sftp> ls incomingselene , . [ ] selene , [ ]

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Colin Watson
You probably need to substitute both [ and ], e.g.: get "selene\[_ \]" (I suspect OpenSSH 5.1p1 in Intrepid has more sensible handling here, although I haven't tested it; there was certainly a comment in the upstream release notes about all this having been cleaned up.) -- sftp cannot get fil

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
sftp> get "selene \[ \]" Bad escaped character '\\[' Doesn't. Can someone test this issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
Sorry for my misspellings, I'm not very fine yesterday and today at morning hehe. -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-11 Thread Spayder26
Can anybody reproduce the issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2009-02-21 Thread Caspar Clemens Mierau
Thanks for taking the time to report this problem. It is actually not a bug but rather normal behaviour. The trouble you are in is that special characters need to be "escaped". This are not only brackets, but also white spaces like " ". So, if you want to transfer a file try this: file name "test[

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2009-02-21 Thread Caspar Clemens Mierau
Thanks for taking the time to report this problem. It is actually not a bug but rather normal behaviour. The trouble you are in is that special characters need to be "escaped". This are not only brackets, but also white spaces like " ". So, if you want to transfer a file try this: file name "test[

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-11 Thread Spayder26
Can anybody reproduce the issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
** Summary changed: - sftp cannot get filenames with "[ " and " ]" + sftp cannot get filenames with "[" and "]" whith space between ** Description changed: sftp cannot get a filename named "South Park - 10x08 - Make Love, Not Warcraft [ Subtitulado.al.Castellano] [By.Tetsu].avi", but when I

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
I've updated description so get "selene []" works, but get "selene[ ]" and "selene[_ ]" don't. Jonathan, I'm using Ubuntu hardy amd64 as client, and i386 as server, linux 2.6.24-19, and openssh-client and server version 1:4.9p1-8ubuntu1.2. sftp> ls incomingselene , . [ ] selene , [ ]

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Colin Watson
You probably need to substitute both [ and ], e.g.: get "selene\[_ \]" (I suspect OpenSSH 5.1p1 in Intrepid has more sensible handling here, although I haven't tested it; there was certainly a comment in the upstream release notes about all this having been cleaned up.) -- sftp cannot get fil

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
sftp> get "selene \[ \]" Bad escaped character '\\[' Doesn't. Can someone test this issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
Sorry for my misspellings, I'm not very fine yesterday and today at morning hehe. -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-11 Thread Spayder26
Can anybody reproduce the issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-11 Thread Spayder26
Can anybody reproduce the issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
** Summary changed: - sftp cannot get filenames with "[ " and " ]" + sftp cannot get filenames with "[" and "]" whith space between ** Description changed: sftp cannot get a filename named "South Park - 10x08 - Make Love, Not Warcraft [ Subtitulado.al.Castellano] [By.Tetsu].avi", but when I

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
I've updated description so get "selene []" works, but get "selene[ ]" and "selene[_ ]" don't. Jonathan, I'm using Ubuntu hardy amd64 as client, and i386 as server, linux 2.6.24-19, and openssh-client and server version 1:4.9p1-8ubuntu1.2. sftp> ls incomingselene , . [ ] selene , [ ]

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Colin Watson
You probably need to substitute both [ and ], e.g.: get "selene\[_ \]" (I suspect OpenSSH 5.1p1 in Intrepid has more sensible handling here, although I haven't tested it; there was certainly a comment in the upstream release notes about all this having been cleaned up.) -- sftp cannot get fil

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
sftp> get "selene \[ \]" Bad escaped character '\\[' Doesn't. Can someone test this issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
Sorry for my misspellings, I'm not very fine yesterday and today at morning hehe. -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2009-02-21 Thread Caspar Clemens Mierau
Thanks for taking the time to report this problem. It is actually not a bug but rather normal behaviour. The trouble you are in is that special characters need to be "escaped". This are not only brackets, but also white spaces like " ". So, if you want to transfer a file try this: file name "test[

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
** Summary changed: - sftp cannot get filenames with "[ " and " ]" + sftp cannot get filenames with "[" and "]" whith space between ** Description changed: sftp cannot get a filename named "South Park - 10x08 - Make Love, Not Warcraft [ Subtitulado.al.Castellano] [By.Tetsu].avi", but when I

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
I've updated description so get "selene []" works, but get "selene[ ]" and "selene[_ ]" don't. Jonathan, I'm using Ubuntu hardy amd64 as client, and i386 as server, linux 2.6.24-19, and openssh-client and server version 1:4.9p1-8ubuntu1.2. sftp> ls incomingselene , . [ ] selene , [ ]

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Colin Watson
You probably need to substitute both [ and ], e.g.: get "selene\[_ \]" (I suspect OpenSSH 5.1p1 in Intrepid has more sensible handling here, although I haven't tested it; there was certainly a comment in the upstream release notes about all this having been cleaned up.) -- sftp cannot get fil

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
sftp> get "selene \[ \]" Bad escaped character '\\[' Doesn't. Can someone test this issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
Sorry for my misspellings, I'm not very fine yesterday and today at morning hehe. -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2009-02-21 Thread Caspar Clemens Mierau
Thanks for taking the time to report this problem. It is actually not a bug but rather normal behaviour. The trouble you are in is that special characters need to be "escaped". This are not only brackets, but also white spaces like " ". So, if you want to transfer a file try this: file name "test[

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-11 Thread Spayder26
Can anybody reproduce the issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
** Summary changed: - sftp cannot get filenames with "[ " and " ]" + sftp cannot get filenames with "[" and "]" whith space between ** Description changed: sftp cannot get a filename named "South Park - 10x08 - Make Love, Not Warcraft [ Subtitulado.al.Castellano] [By.Tetsu].avi", but when I

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-08 Thread Spayder26
I've updated description so get "selene []" works, but get "selene[ ]" and "selene[_ ]" don't. Jonathan, I'm using Ubuntu hardy amd64 as client, and i386 as server, linux 2.6.24-19, and openssh-client and server version 1:4.9p1-8ubuntu1.2. sftp> ls incomingselene , . [ ] selene , [ ]

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Colin Watson
You probably need to substitute both [ and ], e.g.: get "selene\[_ \]" (I suspect OpenSSH 5.1p1 in Intrepid has more sensible handling here, although I haven't tested it; there was certainly a comment in the upstream release notes about all this having been cleaned up.) -- sftp cannot get fil

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
sftp> get "selene \[ \]" Bad escaped character '\\[' Doesn't. Can someone test this issue? -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2008-09-09 Thread Spayder26
Sorry for my misspellings, I'm not very fine yesterday and today at morning hehe. -- sftp cannot get filenames with "[" and "]" whith space between https://bugs.launchpad.net/bugs/267980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 267980] Re: sftp cannot get filenames with "[" and "]" whith space between

2009-02-21 Thread Caspar Clemens Mierau
Thanks for taking the time to report this problem. It is actually not a bug but rather normal behaviour. The trouble you are in is that special characters need to be "escaped". This are not only brackets, but also white spaces like " ". So, if you want to transfer a file try this: file name "test[