This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Network drives & ssh access
- From: "DePriest, Jason R." <jrdepriest at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Tue, 24 Aug 2010 16:36:21 -0500
- Subject: Re: Network drives & ssh access
- References: <13D45C6CDAB7C51EF7CDC050@192.168.1.2> <4C732336.6020806@cygwin.com> <1C018B15ED56529CD242DC44@192.168.1.2> <DD4E52CFB8D58B3E571E516B@192.168.1.2> <4C73FF2D.2030903@cygwin.com> <D655A54A1491442CF048CBC6@192.168.1.2> <4C743056.50300@cygwin.com> <961FFD6E19B6070B595AE3F4@192.168.1.2>
On Tue, Aug 24, 2010 at 3:57 PM, Quanah Gibson-Mount <> wrote:
> --On Tuesday, August 24, 2010 4:49 PM -0400 "Larry Hall (Cygwin)" wrote:
> I've yet to get "net use" to work for me via cygwin.
>
> net use Z: \\W.X.Y.Z\Share <password>
Use forward slash or escape the back-slashes.
So, you'd try
net use Z: //W.X.Y.Z/Share <password>
or
net use Z: \\\\W.X.Y.Z\\Share <password>
Backslash is the escape character for bash.
-Jason
--
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