X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:content-type:content-transfer-encoding :subject:message-id:date:to:mime-version; q=dns; s=default; b=lp fhVqN1S66VrhA4sAgVn8T9xLxGXajwX+fST36nWclLYkBtszE6qnHRYVZ/fLdHgB Ai5ifhBK+cnLyQBFQwQbzvieZUxux9QMnocU0oUDHTRPRKwzgTkOR83XsBOYCXIa 0mt9uXluSZK1QV1flH7n04vRP06Pa5vtdqwYnumu8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:content-type:content-transfer-encoding :subject:message-id:date:to:mime-version; s=default; bh=4Xk5qZAd Og2STbQkqI9OSMD8O94=; b=OzjwNo6uyU9Iy0fGnA6ttVEoSm52otLR88qtxn0I jNiL/hGCvlqNV5WI2mbYFico+zk95KTWZJg67eIjejuwQMS7YVKpjm8y1qjCTUda 1ZJcbfbNhJJ/vHkTLD4yXHuUnWbbGeXewIBCJ+QAM9PMDxLKeCEGz+HeW0h0bGeF GnU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f176.google.com X-Received: by 10.66.142.170 with SMTP id rx10mr15422995pab.117.1390174754821; Sun, 19 Jan 2014 15:39:14 -0800 (PST) From: Tom Robinson Content-Type: text/plain; charset=us-ascii Subject: Access local drive over remote desktop Message-Id: Date: Mon, 20 Jan 2014 12:39:12 +1300 To: cygwin AT cygwin DOT com Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s0JNdXd8014815 Hi, I'm wanting to copy a remote file to my local drive, using the redirection supplied by Microsoft Remote Desktop. This is how the drive appears in 'net': C:\Users\cbg.tom>net use New connections will be remembered. Status Local Remote Network ------------------------------------------------------------------------------- \\TSCLIENT\HealthStat Microsoft Terminal Services The command completed successfully. I can copy files using Windows Explorer, but can't access the drive from the cygwin command line: [2466 CBGSAS04:/cygdrive/e/Programs/autoexecs]$ cp Standard.sas //TSCLIENT/HealthStat cp: accessing `//TSCLIENT/HealthStat': Bad address [2467 CBGSAS04:/cygdrive/e/Programs/autoexecs]$ cp Standard.sas //cygdrive/TSCLIENT/HealthStat cp: cannot create regular file `//cygdrive/TSCLIENT/HealthStat': No such file or directory The first form used to work, it may have been the new version of Microsoft Remote Desktop which broke it. FWIW the drive doesn't appear under // I realise I could map a drive letter, etc., but would rather get the built-in support working again. CYGWIN_NT-6.3 Cheers -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple