mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
55ae413eca
in the same manner as the network neighborhood in Microsoft Windows. Featuries: * you can use Samba/Microsoft network as a regular unix filesystem * workgroup/computer/share entries are dynamically created * windows domain supported * kerberos support (New) * user defined workgroup/link/hosts are supported * national character supported * in config files you can specify different user/password to access different network shares * you can access any computer in the world by "cd mountpoint/ip-addr" command, where "ip-addr" is the IP address of the desired computer. Do not warry that there is no file with such name :-) * command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but usefull) WWW: http://sourceforge.net/projects/smbnetfs PR: ports/101451 Submitted by: Denis Barov <dindin@freebsd.org.ua>
21 lines
982 B
Plaintext
21 lines
982 B
Plaintext
SMBNetFS is a filesystem that allow you to use samba/microsoft network
|
|
in the same manner as the network neighborhood in Microsoft Windows.
|
|
|
|
Featuries:
|
|
* you can use Samba/Microsoft network as a regular unix filesystem
|
|
* workgroup/computer/share entries are dynamically created
|
|
* windows domain supported
|
|
* kerberos support (New)
|
|
* user defined workgroup/link/hosts are supported
|
|
* national character supported
|
|
* in config files you can specify different user/password to access
|
|
different network shares
|
|
* you can access any computer in the world by "cd mountpoint/ip-addr"
|
|
command, where "ip-addr" is the IP address of the desired computer. Do
|
|
not warry that there is no file with such name :-)
|
|
* command "cd mountpoint/username:password@computer_or_ip" allows
|
|
you to access "computer_or_ip" as user "username" with password
|
|
"password" (this is insecure, but usefull)
|
|
|
|
WWW: http://sourceforge.net/projects/smbnetfs
|