• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

在Win2000内创建tftp service

发布: 2007-6-21 12:06 | 作者:   | 来源:   | 查看: 17次 | 进入软件测试论坛讨论

领测软件测试网

   
  我们首先找到系统中的tftpd.exe文件,一般我们可以在%systemroot%\system32\dllcache目录下找到该文件,建议把该文件copy到其他目录。

  C:\>copy %systemroot%\system32\dllcache\tftpd.exe %systemroot%\system32

  已复制 1 个文件。

  我们会用Windows 2000下的Resource Kits中的一个工具instsrv创建一个服务,instsrv的用法如下,当然,你也可以用其他的工具来实现(如srvinstw,GUI方式的)。

  C:\>instsrv

  Installs and removes system services from NT

  INSTSRV (   REMOVE)

  [-a ] [-p ]

  Install service example:

  INSTSRV MyService C:\MyDir\DiskService.Exe

  -OR-

  INSTSRV MyService C:\mailsrv\mailsrv.exe -a MYDOMAIN\joebob -p foo

  Remove service example:

  INSTSRV MyService REMOVE

  [俺的特色:字不够,帮助凑!]

  添加一个服务,注意,该服务创建后为自动启动。

  C:\>instsrv tftp c:\winnt\system32\tftpd.exe

  The service was successfuly added!

  Make sure that you go into the Control Panel and use

  the Services applet to change the Account Name and

  Password that this newly installed service will use

  for its Security Context.

  启动服务

  C:\.net start tftp

  tftp 服务正在启动 .

  tftp 服务已经启动成功。

  测试服务是否正常工作

  C:\>tftp -i 61.135.21.195 PUT sometips.gif sometips.gif

  Transfer successful: 4209 bytes in 1 second, 4209 bytes/s

  C:\>dir tftpdroot

  驱动器 C 中的卷是 C

  卷的序列号是 1E23-1907

  C:\tftpdroot 的目录

  2001-09-22 01:14 .

  2001-09-22 01:14 ..

  2001-09-22 01:14 4,209 sometips.gif

  1 个文件 4,209 字节

  2 个目录 94,113,792 可用字节

  注意,如果你上传文件,系统会在%systemdrive%自动创建一个名为tftproot的目录,OK,所有的工作已经完成了!

  Enjoy it!

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网