Any comments?
July 22, 2019 8:23 PM, "Moritz Buhl" wrote:
> Hi,
>
> here is another POSIX compatibility change I found while running
> NetBSD system call tests:
>
> The incompatibilities can be reproduced with the followding comands:
> `mv / foo`
> mv: rename / to foo: Is a directory
> `man 2
On Mon, Sep 02, 2019 at 03:59:48PM -0300, Rafael Neves wrote:
> On Mon, Sep 02, 2019 at 07:26:27AM +0200, Otto Moerbeek wrote:
> > On Sun, Sep 01, 2019 at 05:01:55PM -0300, Rafael Neves wrote:
> >
> > > On Wed, Aug 28, 2019 at 03:39:17PM +0200, Otto Moerbeek wrote:
> > > > On Sat, Aug 17, 2019 at
On Sun, Sep 08, 2019 at 02:06:28PM +0300, macfanbo...@gmail.com wrote:
> They break copying files with spaces:
>
> $ touch '/tmp/file with spaces'; mkdir '/tmp/dir with spaces'
>
> $ scp localhost:"'/tmp/file with spaces'" /tmp
> protocol error: filename does not match request
>
> $ scp -r local
They break copying files with spaces:
$ touch '/tmp/file with spaces'; mkdir '/tmp/dir with spaces'
$ scp localhost:"'/tmp/file with spaces'" /tmp
protocol error: filename does not match request
$ scp -r localhost:"'/tmp/file with spaces'" /tmp
file with spaces 100%