# KittenBlock硬件文件管理

在Kittenblock裡面加入了對硬件上的文件管理系統，讓大家能輕鬆上載檔案到例如未來板之類的文件。

另外Kittenblock的程序所的生成文件都會在文件管理系統裡面存取得到。

### 文件管理系統

#### 1. 上傳文件到硬件

首先在Kittenblock連接硬件。點擊上方的文件。

![](https://kittenbothk.readthedocs.io/en/latest/_images/file2.png)

然後你就會看到硬件上現有的文件。

![](https://kittenbothk.readthedocs.io/en/latest/_images/file1.png)

按上傳並從電腦選擇你想上傳的文件。

![](https://kittenbothk.readthedocs.io/en/latest/_images/file3.png)

剔選文件然後按箭嘴，文件就會上傳到硬件。

![](https://kittenbothk.readthedocs.io/en/latest/_images/file4.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/file5.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/file6.png)

#### 2. 從文件中匯出檔案

程序所生成的檔案可以在文件管理系統裏存取。

點擊上方的文件。

![](https://kittenbothk.readthedocs.io/en/latest/_images/file9.png)

剔選文件然後按下載。

![](https://kittenbothk.readthedocs.io/en/latest/_images/file10.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/file11.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/an-zhuang-ban-kittenblock/features/kittenblock_function/filesystem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
