Next: , Previous: Options, Up: Invoking



2.2 Content of parameters form ~/.smbc/smbcrc configuration file

username
Username that is used during login to remote host, default "guest".
password
Password that is enter during login to remote host, default none.
smbclient
Path to file "smbclient", necessery for sending WinPopup message, default none. Only functions concantenate with send and receive a WinPopup messages work as frontend, Samba Team doesn't include this functions in libsmbclient library.
localdir
Starts local directory when running Smbc, default HOME.
workgroup
Starts workgroup, default none.
host
Starts host, default none.
share
Starts remote host dir, default none.
typeofsort-left
typeofsort-right
Type of files and directories sorting in selected panels, default 1.
     typeofsort-left 1 - sort by filenames
     typeofsort-left 2 - sort by extension
     typeofsort-left 3 - sort by size
     typeofsort-left 4 - don't sort

revesesort-left
revesesort-right
Type of reverse sorting, default 0.
     reversesort 1 - on
     reversesort 0 - off

group-left
group-right
Group files and directories, default 1.
     group-left 1 - on
     group-left 0 - off

timeout
Connection time out in seconds, default 3 seconds. This parameter was used when Smbc tries to connect to remote host and waits for response. If you have the Samba in version oldest than 3.0.0 this parameter doesn't work and Smbc may be waiting for very long time.
autoresume
Autoresumes download, doesn't ask if connection is broken, default 0. If connection to remote host or to local file was broken and autoresume was set to 1 Smbc sets retry-delay-time for this file and immediatelly goes to next item in download/upload list.
     autoresume 1 - on
     autoresume 0 - off

indextime
Time between smbc restarts network files indexing in seconds, default 300 seconds.
     indextime  0 - Smbc disables network files indexing
     indextime  1 - Smbc ony once indexes network files
     indextime  300 - Smbc indexes network files, then delay, 300 second and
                      restart indexing

char-convert
Converts all chars from UTF-8 to terminal charset, (see Characters conversion) , default enabled.
     char-convert 1 - enable conversion
     char-convert 0 - disable conversion

retry-delay-time
Delay time of retrying download is seconds, default 60 second.
askquit
Asks if quit from Smbc, default 1.
     askquit 1 - ask
     askquit 0 - don't ask

retry-read-groups
How many times smbc retries to read groups when samba returns fail or empty result, default retry-read-groups 5.
     retry-read-groups = -1 - retries to success
     retry-read-groups = 0  - doesn't retry
     retry-read-groups > 0  - retries retry-read-groups times

retry-read-hosts
How many times smbc retries to read hosts when samba returns fail or empty result, default retry-read-hosts 5.
     retry-read-hosts = -1 - retries to success
     retry-read-hosts = 0  - doesn't retry
     retry-read-hosts > 0  - retries retry-read-hosts times

retry-read-shares
How many times smbc retries to read shares when samba returns fail or empty result, default retry-read-shares 5.
     retry-read-shares = -1 - retries to success
     retry-read-shares = 0  - doesn't retry
     retry-read-shares > 0  - retries retry-read-shares times

colorK XXXX,YYYY,ZZZZ
Defines three colors, where XXXX,YYYY,ZZZZ are red,green,blue and have value = <0000..1000> ,K has value <0..2>, default 0 colors defined.
     examples:
     color0 0100,0100,0610
     color1 0900,0080,0900
     color2 0010,0500,0500

extcolorK
Defines color for file extension, K has value <0..2>, one definition per line, maximal extension length = 10 chars ,default 0 colors defined.
     examples:
     extcolor0 exe
     extcolor0 bin
     extcolor0 bat
     extcolor0 tar
     extcolor0 gz
     extcolor0 tgz
     extcolor1 mp3
     extcolor1 wav
     extcolor1 mod
     extcolor2 avi
     extcolor2 mpg
     extcolor2 mpeg