如何在 Windows 11/10 上启用 TFTP 客户端

TFTP普通文件传输协议(Trivial File Transfer Protocol)允许您将文件传输到远程 PC 或从远程 PC 传输文件。TFTPWindows 11/10/8/7中默认禁用,但如果您需要此功能,您可以轻松启用TFTP

TFTP transfers files to and from a remote computer, typically a computer running UNIX, that is running the Trivial File Transfer Protocol (TFTP) service or daemon. TFTP is typically used by embedded devices or systems that retrieve firmware, configuration information, or a system image during the boot process from a TFTP server, says TechNet.

在 Windows 11/10 中启用 TFTP 客户端

启用 tftp 客户端

Windows 11/10中启用TFTP客户端,请从WinX 菜单(WinX Menu)中打开控制面板(Control Panel)并单击程序和功能(Programs & Features)小程序。

在左侧,您将看到打开或关闭 Windows 功能(Turn Windows features On or Off)。单击它以打开Windows 功能(Windows Features)面板。

向下滚动直到看到TFTP Client

选中该框并单击“确定”。

Windows 将开始安装并激活该功能。这将花费不到一分钟的时间。

tftp 窗口 10

该过程完成后,您将收到通知,然后您就可以使用TFTP了。

TFTP现在不被认为是安全的——所以只有在必要时才使用它。

我如何知道TFTP是否在Windows上运行?

在提升的命令提示符下,执行以下命令 - netstat -an|more。如果您看到类似udp 0 0 0.0.0.0:69的内容,则表示TFTP已启用且正在工作。

另请阅读(Also read):如何使用 CMD 启用 Telnet。



About the author

我是一名免费软件开发人员和 Windows Vista/7 倡导者。我已经写了数百篇关于操作系统相关主题的文章,包括提示和技巧、修复指南和最佳实践。我还通过我的公司 Help Desk Services 提供与办公室相关的咨询服务。我对 Office 365 的工作原理、功能以及如何最有效地使用它们有着深刻的理解。



Related posts