我已经在我的 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>