Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message Subject: scp with DOSish paths MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Wed, 14 Jul 2004 10:59:01 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: =?iso-8859-1?Q?J=F6rg_Schaible?= To: X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i6E8xEcW023514 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 $ scp 'test\file.txt' host:/target/ test\file.txt 100% 7395 7.2KB/s 00:00 Background: scp is called by a Java application (Maven) and I cannot even wrap the call with a script. -- Jörg -- 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/