# restfulapidemo **Repository Path**: treeliked/restfulapidemo ## Basic Information - **Project Name**: restfulapidemo - **Description**: restful-api 作业 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # restfulapidemo #### 项目介绍 restful-api 作业 ### 文件夹使用帮助 #### 创建文件夹url - 在当前项目目录下新建一个hello文件夹 > http://localhost:8080/fileos/folder/mkdir/hello - 在当前项目hello目录下新建一个world文件夹 > http://localhost:8080/fileos/folder/mkdir/hello/world #### 删除文件夹url - 删除当前项目目录下的hello文件夹 > http://localhost:8080/fileos/folder/rm/hello"); - 删除当前项目目录hello文件夹下的world文件夹 > http://localhost:8080/fileos/folder/rm/hello/world"); #### 查看文件夹url - 查看当前项目目录下hello文件夹的内容 > http://localhost:8080/fileos/folder/ls/hello - 查看当前项目目录下hello文件夹下world的内容 > http://localhost:8080/fileos/folder/ls/hello/world ### 文件使用帮助 #### 上传文件url - 上传文件,根据提示操作 > http://localhost:8080/fileos/file/upload #### 下载文件url - 下载当前项目hello文件夹下的world.txt文件 > http://localhost:8080/fileos/file/download/hello/world.txt