SMBClient

Martin Vorlaender mv at PDV-SYSTEME.de
Tue Apr 9 09:50:10 GMT 2002


> I am trying to run smbclient for diagnosis purpose on VAX, I 
> have defined SMBC like this
> $ smbc :== samba_root:[bin.vax]smbclient
> now when I run
> $ smbc -L Nav1
> I get no message but simply
> Added interface ip=135.1.1.3 bcast=135.1.255.255 nmask=255.255.0.0
> Usage: dka0:[samba.][bin.vax]smbclient.exe;1 service 
> <password> [options]
> Version 2.0.3
>         -s smb.conf           pathname to smb.conf file
>         -B IP addr            broadcast IP address to use
>         .....
> Is there something wrong with definition?

DCL uppercases command lines, and the C RTL downcases all options,
so if you want an uppercase L, you need to quote it:

  $ smbc "-L" Nav1

cu,
  Martin
-- 
So long, and thanks        | Martin Vorlaender  |  VMS & WNT programmer
for all the books...       | work: mv at pdv-systeme.de
In Memoriam Douglas Adams  |   http://www.pdv-systeme.de/users/martinv/
            1952-2001      | home: martin at radiogaga.harz.de





More information about the samba-vms mailing list