https://github.com/oxy86/mount_samba_tk
A simple Tk script to mount remote Samba shares.
https://github.com/oxy86/mount_samba_tk
Last synced: 4 months ago
JSON representation
A simple Tk script to mount remote Samba shares.
- Host: GitHub
- URL: https://github.com/oxy86/mount_samba_tk
- Owner: oxy86
- License: other
- Created: 2009-01-19T14:30:11.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-04-18T15:34:31.000Z (about 17 years ago)
- Last Synced: 2025-01-22T00:24:03.138Z (over 1 year ago)
- Language: Tcl
- Homepage: http://dimitris.apeiro.gr
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Samba_Tk
Samba_Tk is a little Tcl/Tk script I wrote sometime ago when I was messing with the Tcl/tk cookbook.
It presents a simple dialog (in Greek) where the user enters the remote server’s IP and shared folder, the local folder (where the share folder should be mounted), as well as samba server credentials, i.e. username and password.
It has pretty basic (read “zero”…) exception handling and pretty naive logic: you have to make sure that the remote and local folder exist, and that you have smbmount installed.
Warning: I haven’t really test it recently.
Nevertheless, it is somewhat documented and could be useful to some with a little effort. Just save it (i.e. samba_mount_tk.tcl), make executable (chmod +x samba_mount_tk.tcl), then run it (./samba_mount_tk.tcl)…