2.1 Options
Some functions of Smbc are available only as parameters.
- -V
- --version
- Displays the version of Smbc.
- -h
- --help
- Prints a help message describing all of Smbc's command-line options.
- -f
- --flush
- Flushs all download/upload lists. All files from "~/.smbc/" with name
"dulist*" will be removed. In next run of Smbc the download/upload
list will be empty.
- -l
- --list
- Shows all download/upload lists from "~/.smbc/".
- -s INT
- --show=INT
- Displays all items form list with numer INT. You can get all number from list
executing smbc -l command.
- -p
- --sleep
- Sleeps Smbc. Smbc doesn't download/upload any files when execuding
even if some files wait in queue.
- -m STRING
- --message=STRING
- Receives message from Samba. If you want that Smbc receives WinPopup
message you must add bellow line to smb.conf
message command = /path_to/smbc -m 'message from %f on %m' -i %s; rm %s
Now if you have running Smbc and someone sends you a WinPopup message
Smbc immediatelly displays it. If Smbc doesn't run all WinPopup messages
wait for executing Smbc.
- -i STRING
- --file=STRING
- Sets file with samba message, usage only with -m.