Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 20:44:49 +0200
From:      Florian_Uhl@3com.com
To:        david@davidv.iadfw.net
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Samba/WIN95/FREEBSD-Printing
Message-ID:  <C125668F.00667143.00@hqoutbound.ops.3com.com>

next in thread | raw e-mail | index | archive | help

David,

as you can see from the output (\barstoolHP66C), you didn't include enough
backslashes in the command line.

You should try 'smbclient -P \\\\barstool\\HP66C' because your shell is
treating \ special. Basically, you have to escape the \ with a \.

Cheers ...



--
florian
Not speaking for or on behalf of 3Com or U.S.Robotics.





Please respond to david@davidv.iadfw.net

To:   Dan Busarow <dan@dpcsys.com>
cc:   freebsd-questions@FreeBSD.ORG
Subject:  Re: Samba/WIN95/FREEBSD-Printing





On 30-Sep-98 Dan Busarow wrote:

[...]

This is what I get.

david@workbox:/home/david : smbclient \\barstool\HP66C -P
Usage: smbclient service <password> [-p port] [-d debuglevel] [-l log]
Version 1.9.18p8
        -p port               connect to the specified port
        -d debuglevel         set the debuglevel
        -l log basename.      Basename for log/debug files
        -n netbios name.      Use this name as my netbios name
        -N                    don't ask for a password
        -P                    connect to service as a printer
        -M host               send a winpopup message to the host
        -m max protocol       set the max protocol level
        -L host               get a list of shares available on a host
        -I dest IP            use this IP to connect to
        -R name resolve order use these name resolution services only
        -E                    write messages to stderr instead of stdout
        -U username           set the network username
        -W workgroup          set the workgroup name
        -c command string     execute semicolon separated commands
        -t terminal code      terminal i/o code
{sjis|euc|jis7|jis8|junet|hex}
        -T<c|x>IXgbNa          command line tar
        -D directory          start from directory


\barstoolHP66C: Not enough '\' characters in service

[...]




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C125668F.00667143.00>