Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在大学的 ftp 服务器中有一个登录 ID。当我上传文件时,它没有显示文件。它只显示一个名为 index.html 的 html 文件。我删除了 index.html 文件,但它显示了文件中的内容?我该怎么做才能删除它?
你能解释一下你的问题吗?
当您说“不显示”时,您是说 Google Chrome 在您导航到该页面时仅显示 index.html 文件吗?
这是大多数 Web 服务器的默认行为,用于提供索引页面。
当您删除索引页面时,Chrome 会显示您网站的目录列表。