- 精华
- 0
- 帖子
- 276
- 威望
- 0 点
- 积分
- 332 点
- 种子
- 12 点
- 注册时间
- 2005-8-2
- 最后登录
- 2024-12-24
|
发表于 2023-9-5 12:14 · 湖南
|
显示全部楼层
.DAT syntax :
SMBCONFIG.DAT syntax :
In a single line :
SERVER IP ADDRESS space SHARE NAME
Example :
192.168.0.254 My Shared Folder
You can also specify a port, like this (default is 445) :
192.168.0.254:139 My Shared Folder
For user authentication, write your username to line 2 and your password to line 3.
Example :
192.168.0.254 My Shared Folder
MyName
MyPassword
For guest access, don’t write anything to line 2 and 3.
IPCONFIG.DAT syntax :
In a single line :
PS2 IP ADDRESS space NETMASK space GATEWAY
Example :
192.168.0.13 255.255.255.0 192.168.0.254 |
|