sgfs | open source file server , implement by golang that can be

 by   LinkinStars Go Version: v1.0.3 License: No License

kandi X-RAY | sgfs Summary

kandi X-RAY | sgfs Summary

sgfs is a Go library. sgfs has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

When you want to update the sgfs, please note the following points.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              sgfs has a low active ecosystem.
              It has 45 star(s) with 14 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 6 open issues and 2 have been closed. On average issues are closed in 3 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of sgfs is v1.0.3

            kandi-Quality Quality

              sgfs has no bugs reported.

            kandi-Security Security

              sgfs has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              sgfs does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              sgfs releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed sgfs and discovered the below as its top functions. This is intended to give you an instant insight into sgfs implemented functionality, and help decide if they suit your requirements.
            • UploadFileHandler uploads a file
            • DeleteFileHandler handles request to delete a file
            • LoadConf loads global configuration
            • startOperationServer starts the fasthttp server .
            • startStaticFileServer starts a static file server .
            • SendResponse sends a response to fasthttp
            • Basic example .
            • DeleteFile deletes a file
            • Create a file name
            • GetCurTimeFormat returns current time
            Get all kandi verified functions for this library.

            sgfs Key Features

            No Key Features are available at this moment for sgfs.

            sgfs Examples and Code Snippets

            SGFS,HTTP
            Godot img1Lines of Code : 10dot img1no licencesLicense : No License
            copy iconCopy
            {
                "code": 1,
                "message": "Save file success.",
                "data": "/pic/2019-02-22/20190222151902_7848902316.jpg"
            }
            
            {
                "code": 1,
                "message": "Delete file success.",
                "data": null
            }
              

            Community Discussions

            No Community Discussions are available at this moment for sgfs.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install sgfs

            Download release version. https://github.com/LinkinStars/sgfs/releases. Configure conf.yml . (You don't have to configure it, but you'd better have a look.). Test to upload file I use postman to test and you can use any other methods(by HTTP). The default url is http://127.0.0.1:9001/upload-file If the response json have code and the code is 1, Congratulations, the file upload success. If not, you can follow the message to fix the problem. Visit file http://127.0.0.1:9002/pic/2019-02-22/20190222151902_7848902316.jpg If you set conf.yml generate_index_pages is true, you can visit the index page. http://127.0.0.1:9002/.
            Download release version. https://github.com/LinkinStars/sgfs/releases
            Configure conf.yml . (You don't have to configure it, but you'd better have a look.)
            Start server $ ./startup.sh
            Test to upload file I use postman to test and you can use any other methods(by HTTP). The default url is http://127.0.0.1:9001/upload-file If the response json have code and the code is 1, Congratulations, the file upload success. If not, you can follow the message to fix the problem.
            Visit file http://127.0.0.1:9002/pic/2019-02-22/20190222151902_7848902316.jpg If you set conf.yml generate_index_pages is true, you can visit the index page. http://127.0.0.1:9002/
            Delete file
            Stop server $ ./shutdown.sh

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries