trouble with smbclient

2009-08-19 Thread Steve Kleene
I'm trying to use smbclient to connect from the console of an Etch host to a Windows server at work. As root, I can mount my directory on the server by entering this: mount -t cifs //site.uc.edu/kleene /mnt -o username=place/steve and my password. However, any of these smbclient lines fails:

Re: trouble with smbclient

2009-08-19 Thread Mike Bird
On Wed August 19 2009 18:46:52 Steve Kleene wrote: > I'm trying to use smbclient to connect from the console of an Etch host to > a Windows server at work. As root, I can mount my directory on the server > by entering this: > > mount -t cifs //site.uc.edu/kleene /mnt -o username=place/steve > >

Re: trouble with smbclient

2009-08-21 Thread Steve Kleene
On Wed, 19 Aug 2009 21:46:52 -0400, I regret to say that I wrote: > ... However, any of these smbclient lines fails: > > smbclient -L //site.uc.edu/kleene -U username=place/steve > ... On Wed, 19 Aug 2009 20:29:20 -0700, Mike Bird replied: > The "-L" is used to list shares on a server. To conn