![]() ![]() |
| Guest_Craig_* |
Dec 6 2004, 01:58 PM
Post
#1
|
|
Guests |
Ok I know I should be able to smbmount a shared folder if I know the server address/name but how do I brows the workgroup ALA network neiborhood??? Is there a GUI? I looked at the lycoris site but it looks like they havnt released it yet.
Any ideas appreciated.. Craig |
|
|
|
Dec 6 2004, 10:44 PM
Post
#2
|
|
|
Group: Members Posts: 207 Joined: 7-July 03 From: Thousand Oaks, CA Member No.: 9 |
No GUI that I'm aware of, but smbclient (http://killefiz.de/zaurus/showdetail.php?app=2309) should allow you to do something like this:
smbclient -L pc204-134 -I 192.9.204.134 (I don't know why our screwy network requires us to specify both the hostname with -L and the IP address with -I) and be presented with a list of servers that you can browse to. Then, a command like this: smbclient \\\\my_windows_host\\c$ -I 192.9.200.15 -U my_win_username -W my_domain [Note that all backslashes are escaped (ie, doubled)] (again, I don't know why we had to specify the IP addr of my_windows_host) should start a client session with my_windows_host, where you can do this: smb: \> dir to get a remote dir listing smb: \> pwd to get the remote working directory name smb: \> !pwd to get the local working dir name smb: \> get somefile to get a file and, finally: smb: \> quit to do the obvious. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 01:53 PM |