gpt4 book ai didi

windows - 如何从命令提示符列出 windows tftp 服务器目录和文件?

转载 作者:可可西里 更新时间:2023-11-01 13:21:58 27 4
gpt4 key购买 nike

我已经在我的 windows 7 电脑上安装了 Tftpd32 软件。我在我的 Windows PC 上运行 tftp 服务器,tftp 主目录有几个目录和文件。我必须在 Windows 命令提示符下显示 tftp 服务器目录和文件?如何显示tftp服务器目录和文件夹?

C:\Users\user1>tftp

Transfers files to and from a remote computer running the TFTP service.

TFTP [-i] host [GET | PUT] source [destination]

-i Specifies binary image transfer mode (also called
octet). In binary image mode the file is moved
literally, byte by byte. Use this mode when
transferring binary files.
host Specifies the local or remote host.
GET Transfers the file destination on the remote host to
the file source on the local host.
PUT Transfers the file source on the local host to
the file destination on the remote host.
source Specifies the file to transfer.
destination Specifies where to transfer the file.


C:\Users\user1>

最佳答案

TFTP 是一种最小文件传输协议(protocol),不提供用于列出远程文件的子命令。

但是 Tftpd32 有一个解决方法,它可以为您正在访问的目录创建一个“dir.txt”文件。启用 the option在 Tftpd32 的 TFTP 设置中。现在,当 TFTP 客户端请求“dir.txt”文件时,服务器将生成并发送一个列出基本目录内容的文件。

如果您想使用更高级的功能,则必须使用 FTP。

关于windows - 如何从命令提示符列出 windows tftp 服务器目录和文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18225182/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com