On 4/11/07, Karel Kulhavy <[EMAIL PROTECTED]> wrote: > > For the same filename, sometimes you have to specify a different filename > to > scp, depending on whether the file is on remote system or local one. > > I have created a remote file whose filename "a b" is 3 chars long - ASCII > codes > 97, 32, 98
Standard shell behavior. Check out the same command but with rcp. You'll see that you get the same results. Read UnixHaters if you want to see some interesting results of this.