Re: telnet cannot see mount drive - another method

2002-01-13 Thread Ryan Winter
wn in Cygwin. 755 > shown in Unix. > > UserA can delete FileOne in Cygwin. Thus I think the > ownership is mapped between w2k and Unix correctly. > > What's wrong with the "mode" ? Did it related to > "mapping leak" ? > How to shown 755 in Cygwin w

Re: telnet cannot see mount drive - another method

2002-01-11 Thread Corinna Vinschen
On Fri, Jan 11, 2002 at 06:36:22AM +, Tiffany Chan wrote: > I have try another method to "cd" to another server > rather than using "mount" or "net use". > In my case, I want to get/put files from w2k advanced > server to/from HP-Unix Server. > > ---

Re: telnet cannot see mount drive

2002-01-10 Thread David Starks-Browning
On Thursday 10 Jan 02, Corinna Vinschen writes: > On Thu, Jan 10, 2002 at 01:07:35PM +, David Starks-Browning wrote: > > On Thursday 10 Jan 02, Corinna Vinschen writes: > > > Did you see my previous mail related to using network drives > > > in ssh sessions, David? That's the crucial stuff. >

Re: telnet cannot see mount drive

2002-01-10 Thread Robert Praetorius
I have a crude, tacky workaround for this that I've been using with the AT command since the NT 3.51 days. It fits much better with cron than with telnet (although perhaps something could be hacked up for telnet, too). Anyway, I have a little .BAT file in my Startup folder* that (im

Re: telnet cannot see mount drive

2002-01-10 Thread Corinna Vinschen
On Thu, Jan 10, 2002 at 01:07:35PM +, David Starks-Browning wrote: > On Thursday 10 Jan 02, Corinna Vinschen writes: > > Did you see my previous mail related to using network drives > > in ssh sessions, David? That's the crucial stuff. > > Probably, but I may have to dig around my archives.

Re: telnet cannot see mount drive

2002-01-10 Thread David Starks-Browning
On Thursday 10 Jan 02, Corinna Vinschen writes: > Did you see my previous mail related to using network drives > in ssh sessions, David? That's the crucial stuff. Probably, but I may have to dig around my archives. I'll let you know if I can't find it. David -- Unsubscribe info: http://

Re: telnet cannot see mount drive

2002-01-10 Thread Corinna Vinschen
On Thu, Jan 10, 2002 at 12:52:57PM +, David Starks-Browning wrote: > On Thursday 10 Jan 02, Corinna Vinschen writes: > > Workaround: Create a new drive mapping *inside* your telnet session > > using another drive letter: > > > > net use J: > > > > But *DON'T FORGET* to release the

Re: telnet cannot see mount drive

2002-01-10 Thread David Starks-Browning
On Thursday 10 Jan 02, Corinna Vinschen writes: > Workaround: Create a new drive mapping *inside* your telnet session > using another drive letter: > > net use J: > > But *DON'T FORGET* to release the drive mapping before logging > out that very telnet session. Otherwise this drive le

Re: telnet cannot see mount drive

2002-01-10 Thread Corinna Vinschen
On Thu, Jan 10, 2002 at 09:59:16AM +, Tiffany Chan wrote: > I mapped network drive (h:) in network neighboornood > in w2k SP2 advanced server. The network drive (h:) can > be accessed in both w2k "My computer" , w2k command > line "cd" and also in shortcut of Cygwin in w2k > desktop. > > But