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
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/