How to setup a native Windows Server 2003 TFTPD

Source: Internet
Author: User

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-di Rectory 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'll 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

How to setup a native Windows Server 2003 TFTPD

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.