This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: scp with DOSish paths


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]