Support downloading remote files to a server via the API
Co-authored-by: Dane Everitt <dane@daneeveritt.com>
This commit is contained in:
@@ -83,6 +83,7 @@ func Configure() *gin.Engine {
|
||||
files.PUT("/rename", putServerRenameFiles)
|
||||
files.POST("/copy", postServerCopyFile)
|
||||
files.POST("/write", postServerWriteFile)
|
||||
files.POST("/writeUrl", postServerDownloadRemoteFile)
|
||||
files.POST("/create-directory", postServerCreateDirectory)
|
||||
files.POST("/delete", postServerDeleteFiles)
|
||||
files.POST("/compress", postServerCompressFiles)
|
||||
|
||||
Reference in New Issue
Block a user