Update base logic for handling server file downloads

This commit is contained in:
Dane Everitt
2020-12-20 10:59:07 -08:00
parent 3495fb1c76
commit 17daa2071f
3 changed files with 147 additions and 20 deletions

View File

@@ -82,7 +82,7 @@ func Configure() *gin.Engine {
files.PUT("/rename", putServerRenameFiles)
files.POST("/copy", postServerCopyFile)
files.POST("/write", postServerWriteFile)
files.POST("/writeUrl", postServerDownloadRemoteFile)
files.POST("/pull", postServerPullRemoteFile)
files.POST("/create-directory", postServerCreateDirectory)
files.POST("/delete", postServerDeleteFiles)
files.POST("/compress", postServerCompressFiles)