How to setup a native windows server 2003 tftpd

expand tftpd.ex_ %windir%\system32\tftpd.exe
instsrv tftpd %windir%\system32\tftpd.exe
reg add hklm\system\currentcontrolset\services\tftpd\Parameters
reg add hklm\system\currentcontrolset\services\tftpd\Parameters /v Directory /t REG_SZ /d d:\tftpd
md c:\tftproot
net start tftpd

TFTPD USAGE:

Installation:                                           
                                                                         
  md d:\tftpd                                    (the StartDirectory).
  copy %windir%\system32\tftpd.exe d:\tftpd                                  
  sc create tftpd binPath= d:\tftpd\tftpd.exe    (give full path).     
  sc query tftpd                                  (check if installed).
  reg add hklm\system\currentcontrolset\services\tftpd\Parameters /v Directory /t REG_SZ /d d:\tftpd    (the default work-directory is c:\tftpdroot)

Start:                                                                   
    sc start tftpd -f                            (creates a log file).
or  sc start tftpd                                                       
or  net start tftpd                                                     
or  sc start tftpd [-dStartDirectory][-e] [-f]                         
    Options: -e  use event log.                                         
            -f  log to file.                                           
            -dStartDirectory                                           
          
Stop:                                                                   
  sc  stop tftpd                                                         
  net stop tftpd

Remove:
  sc delete tftpd
  instsrv tftpd remove

Info:                                                                   
  sc interrogate tftpd          (logs will be updated).                 
  sc query tftpd                Check whether running.

instsrv tftpd %windir%\system32\srvany.exe
reg add hklm\system\currentcontrolset\services\tftpd\Parameters
reg add hklm\system\currentcontrolset\services\tftpd\Parameters /v Application /t REG_SZ /d d:\tftpd\tftpd.exe
reg add hklm\system\currentcontrolset\services\tftpd\Parameters /v AppDirectory /t REG_SZ /d d:\tftpd
md c:\tftproot
net start tftpd

时间: 2024-10-18 01:34:40

How to setup a native windows server 2003 tftpd的相关文章

Windows Server 2003升级之域架构扩展报错

在Windows Server 2003升级环境准备之域架构扩展的时候,在执行adprep.exe  /domainprep架构拓展命令的时候报错,报错内容如下: C:\support\adprep>adprep /domainprep Running domainprep ... Adprep detected that the domain is not in native mode [Status/Consequence] Adprep has stopped without making

windows server 2003下配置IIS服务器

Internet Information Services(IIS,互联网信息服务),是由微软公司提供的基于运行Microsoft Windows的互联网基本服务.最初是Windows NT版本的可选包,随后内置在Windows 2000.Windows XP Professional和Windows Server 2003一起发行,但在Windows XP Home版本上并没有IIS. 1.IIS(Inter-IC Sound bus)又称I2S,是菲利浦公司提出的串行数字音频总线协议.目前很

Windows Server 2003 standart edition SP2 上安装SQL Server 2008 开发版 英文版 教程

中文版可以参考:https://blog.csdn.net/zam183/article/details/87968173 操作系统:windows  server 2003 standart edition SP2 数据库:en_sql_server_2008_developer_x86 以管理员身份运行 setup.exe 原文地址:https://www.cnblogs.com/scoluo/p/12273244.html

Windows Server 2003搭建邮件服务器

由于Windows Server 2003默认是没有安装我们搭建邮件服务器所需要的POP3和SMTP服务的,因此需要我们自己来安装.方法如下: 1. 将Windows Server 2003的系统光盘放入光驱,或者将镜像文件挂载到虚拟光驱.在控制面板中点击“添加或删除程序”,在“添加或删除程序”对话框中,点击“添加/删除Windows组件”.Hn 2. 在“Windows组件向导”中,需要进行如下操作: ① 安装POP3服务. 选中“电子邮件服务”,双击打开,会看到它包括“POP3服务”和“PO

atitit.Windows Server 2003 2008 2012系统的新特性 attilax 总结

atitit.Windows Server 2003  2008  2012系统的新特性 attilax 总结 1. Windows Server 2008 新特性也可以归纳为4个方面. 1 2. 相比Windows Server 08,R2 2 3. win 2012  新特性 2 4. 参考 6 1. Windows Server 2008 新特性也可以归纳为4个方面. 即将发布的Windows Server 2008是企业级的应用平台,可以为CRM等企业级应用提供更好更强的支撑,其新特性也

Windows Server 2003升级Win Ser 2008R2之2003降级

接上文为大家带来Windows Server 2003升级后原2003服务器降级操作,本来是准备将正常降级退域和强制性降级退域放在一篇文章里,但是感觉后文强制降域操作在生产环境中用到的情况居多,索性分两篇来写吧.很多时候我们在升级2003域后,原服务器还是正常工作的,包括与域之间的同步等都是正常的情况下可以通过Dcpromo命令直接降级完成本章操作内容.因本篇技术含量太低,不喜勿喷哦 ! 首先我们在做操作之前查看当前AD域角色的情况,避免误操作导致的数据丢失,操作需谨慎. 1.开始运行输入"dc

Windows Server 2003升级之环境准备

Windows Server 2003 的扩展支持已于 2015 年 7 月 14 日中止!这对您意味着什么?Microsoft 将不再发布针对任何版本的 Windows Server 2003 的安全更新.如果您当前仍在数据中心中运行 Windows Server 2003,则需要立即采取措施来规划和实施迁移策略以保护您的基础结构. 在微软停止Windows Server 2003的扩展支持的情况下,企业选择升级高版本的Server势在必行,特在此推出Windows Server 2003升级

windows server 2003 负载平衡的详细设置步骤(转载)

声明:本文为转载. 当把一台服务器(包括Web服务器.FTP服务器或者流媒体服务器等等)放入网络中之后,随着客户端数量的不断增加,人们往往需要功能更强大.处理速度更快的服务器.为了解决这个问题,如果将原有的服务器替换成功能更强大.处理速度更快的服务器显然并不是值得称道的办法.但是如果能把新服务器添加到原有服务器的处理能力基础上而不是替换它,这种方案毫无疑问更容易被用户接受.网络负载平衡(Network Load Balancing,NLB)群集的出现正好实现了这一目的. 一.网络负载平衡介绍 N

Windows server 2003域控直接迁移到2012[史上最详细]

Windows server 2003域控直接迁移到2012[史上最详细] 有问题请联系QQ:185426445,或者加群微软统一沟通中国(一),群号:222630797, 也可以和我本人联系,手机:18666943750,非诚勿扰,谢谢! 环境介绍: 首先说明我的环境,实验环境比较简单.环境中已经有Windows server 2003 的域控.域名为contoso.com 系统 服务 主机名称 IP地址 Windows Server 2003 R2 主AD,FSMO五角色主机及GC Win2