|
JustForYou
新手上路

积分 17
发帖 8
注册 2005-10-24
状态 离线
|
『楼 主』:
纯DOS操作系统下如何传输文件到服务器上?急!!!
使用 LLM 解释/回答一下
各位大虾,我在DOS下安装Microsoft Network Client3.0后将两台机器连上了,也能Ping通IP地址,可就是不知道怎么从一台机器传输文件到另一台机器,请高手们指点!(我输入FTP&TFTP,它提示该命令在纯DOS操作系统下不能用)急!!!!!
Dear great experts, I installed Microsoft Network Client 3.0 under DOS and connected two machines, and I can also ping the IP address, but I just don't know how to transfer files from one machine to another. Please experts give me some advice! (I entered FTP & TFTP, and it prompted that this command cannot be used in the pure DOS operating system) Urgent!!!!!
|
|
2005-10-24 17:29 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
FTP应使用纯DOS的版本,我以前已上传过到论坛中。至于MSCLIENT的使用,请参见网站的“DOS使用”栏目及论坛中的相关教学帖子。
FTP should use the pure DOS version, which I have uploaded to the forum before. As for the use of MSCLIENT, please refer to the "DOS Usage" section of the website and the relevant teaching posts in the forum.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2005-10-25 13:07 |
|
|
JustForYou
新手上路

积分 17
发帖 8
注册 2005-10-24
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
十分感谢管理员的提议!可现在我出现了以下问题:在一台DOS操作系统下安装上了MSCLIENT3,用网线(双缴互拧线)将其与一台Windows2000 Server(或WindowsXP)相连,一切安装都正常后,用Net View命令错误提示:Error6118;用Net Use命令错误提示:该用户在WorkGroup中已被Deleted.请高手指点迷津,急啊!!
Thanks a lot for the administrator's proposal! But now I have the following problems: Installed MSCLIENT3 under a DOS operating system, connected it to a Windows2000 Server (or WindowsXP) with a network cable (crossover cable), everything was installed normally, and the error prompt was: Error6118 when using the Net View command; the error prompt was: The user has been Deleted in the WorkGroup when using the Net Use command. Please give experts pointers, urgent!
|
|
2005-10-25 13:19 |
|
|
wavedos
新手上路

积分 12
发帖 4
注册 2005-12-21
状态 离线
|
『第 4 楼』:
wavedos
使用 LLM 解释/回答一下
出现这种情况,你需要编辑ms client安装目录下的system.ini文件:
该文件内有个参数是用来设置用户名的,内容如下:
sizworkbuf=1498
filesharing=no
printsharing=no
autologon=yes //表示自动登录服务器
computername=GUEST //本机的计算机名
lanroot=C:\NET //这个表示ms client的安装目录
username=GUEST //在这里设置用来登录到服务器的用户名,最好在服务器上把此Guest用户的密码清空
workgroup=WORKGROUP
reconnect=yes
dospophotkey=N
lmlogon=0
logondomain=WORKGROUP
preferredredir=full
autostart=full
maxconnections=8
netcard=e100b.dos
transport=ndishlp.sys,*netbeui,tcpdrv.dos,nemm.dos
devdir=C:\NET
LoadRMDrivers=yes
TimerCriticalSection=5000
UniqueDosPSP=TRUE
PSPIncrement=2
*Shares=C:\NET\Shares.PWL
CAISHENGBO=C:\NET\CAISHENG.PWL
GUEST=C:\NET\GUEST.PWL
Last edited by wavedos on 2005-12-21 at 12:06 ]
When this situation occurs, you need to edit the system.ini file in the installation directory of the ms client:
There is a parameter in this file used to set the user name, and the content is as follows:
sizworkbuf=1498
filesharing=no
printsharing=no
autologon=yes //Indicates automatic login to the server
computername=GUEST //Computer name of this machine
lanroot=C:\NET //This indicates the installation directory of the ms client
username=GUEST //Set the user name used to log in to the server here. It is best to clear the password of this Guest user on the server
workgroup=WORKGROUP
reconnect=yes
dospophotkey=N
lmlogon=0
logondomain=WORKGROUP
preferredredir=full
autostart=full
maxconnections=8
netcard=e100b.dos
transport=ndishlp.sys,*netbeui,tcpdrv.dos,nemm.dos
devdir=C:\NET
LoadRMDrivers=yes
TimerCriticalSection=5000
UniqueDosPSP=TRUE
PSPIncrement=2
*Shares=C:\NET\Shares.PWL
CAISHENGBO=C:\NET\CAISHENG.PWL
GUEST=C:\NET\GUEST.PWL
Last edited by wavedos on 2005-12-21 at 12:06 ]
|
|
2005-12-21 11:52 |
|