diff --git a/APP_Framework/Applications/app_test/test_ftpclient/README.md b/APP_Framework/Applications/app_test/test_ftpclient/README.md index 84e1cf9b8..b3cce9a3e 100644 --- a/APP_Framework/Applications/app_test/test_ftpclient/README.md +++ b/APP_Framework/Applications/app_test/test_ftpclient/README.md @@ -18,7 +18,7 @@ `ListCurrentDirectory`:Implement the ls command to display the files and directories in the current directory
`ChangeDirectory`:Run the cd command to go to the target directory
`Quit`:Log out of the server
-`TestFTPClient`:The function we used to test FTP client, realized .
+`TestFTPClient`:The function we used to test FTP client, realized the function required by the contest.
## 3. 测试程序说明 @@ -28,14 +28,14 @@ ## 4. 运行结果(##需结合运行测试截图按步骤说明##) 在运行前,需要在ARM终端插入SD Card,并确保可以使用。
① 编译及开启本地FTP服务器准备
-![image](pre1-EnableLwIP.JPG)
+![image](pre1-enableLwIP.JPG)
menuconfig中使能LwIP网络协议栈与SD CARD device。 ![image](pre2-ConfigOpen.JPG)
打开menuconfig之后,将test ftp client开启(y),保存后退出 ![image](pre3-CompileSuccess.JPG)
-使用 +如果需要调整服务器的IP地址或者数据端口号等,只需要在test_ftpclient.c文件的TestFTPClient函数中修改对应位置变量即可,使用 “make BOARD=edu-arm32 distclean
make BOARD=edu-arm32 menuconfig
make BOARD=edu-arm32”命令,编译XiZi-edu-arm32.bin成功,编译得到的“XiZi-edu-arm32.bin”文件我们已附在文件夹中,供评委检验。
@@ -65,7 +65,7 @@ win+R输入inetmgr打开IIS管理器,设置站点名称、IP地址、存储物 ![image](07-downloading4.png)
![image](08-downloading5.png)
![image](09-downloading6.png)
-输入执行TestFTPClient命令,ARM终端作为客户端开始访问服务器端下载指定的10个大小为4KB的.txt文件。对于每个文件的数据端口访问及接受数据、下载情况,打印出的提示信息中均有详细解释。
+我们使用了XShell 7进行交互。输入执行TestFTPClient命令,ARM终端作为客户端开始访问服务器端下载指定的10个大小为4KB的.txt文件。对于每个文件的数据端口访问及接受数据、下载情况,打印出的提示信息中均有详细解释。
![image](10-downloadedFileList.png)
下载完成后,再次使用ls命令展示ARM终端作为客户端访问服务器端下载指定的10个大小为4KB的.txt文件,可以看到,相比最开始,终端上多了10个大小为4KB的文件,即一开始存放在本地FTP服务器中的10个文件。
\ No newline at end of file