Jörg Schaible wrote:
Hello,
can anything be done (environmetn variable, option ?), that would allow scp to support
DOSish absolute paths?
$ pwd
/cygdrive/c
$ scp 'C:\test\file.txt' host:/target/
ssh: C: no address associated with name
scp `cygpath -u 'C:\test\file.txt'` host:/target/
ahnkle
--
Uns
Corinna Vinschen wrote on Wednesday, July 14, 2004 1:45 PM:
>>
>> Background: scp is called by a Java application (Maven) and I cannot
>> even wrap the call with a script.
>
> Sure you can. Create a script called "scp" which is in
> Maven's $PATH before /usr/bin.
No. Been there, done that. But
On Jul 14 10:59, J?rg Schaible wrote:
> Hello,
>
> can anything be done (environmetn variable, option ?), that would allow scp to
> support DOSish absolute paths?
Nope.
> $ pwd
> /cygdrive/c
>
> $ scp 'C:\test\file.txt' host:/target/
> ssh: C: no address associated with name
foo:bar is the rs
Hello,
can anything be done (environmetn variable, option ?), that would allow scp to support
DOSish absolute paths?
$ pwd
/cygdrive/c
$ scp 'C:\test\file.txt' host:/target/
ssh: C: no address associated with name
$ scp '\test\file.txt' host:/target/
\test\file.txt: No such file or directory
4 matches
Mail list logo