Socket
Book a DemoInstallSign in
Socket

github.com/nice-pink/sftpgo-http-client

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/nice-pink/sftpgo-http-client

Source
Go Modules
Version
v0.0.8
Version published
Created
Source

What

Wrapper for sftpgo rest api.

Build command line executables

Build single executable

  • Add executables as sub-folder into cmd folder. E.g. cmd/exec
  • Open terminal and cd to base folder of this repo.
  • Type ./build NAME_OF_EXECUTABLE. E.g. ./build exec
  • Executable will be created in bin/NAME_OF_EXECUTABLE. E.g. bin/exec
  • Run executable. E.g. bin/exec

Build all

  • Add executables as sub-folder into cmd folder. E.g. cmd/exec
  • Open terminal and cd to base folder of this repo.
  • Type ./build.
  • All executables will be created in bin folder.

FAQs

Package last updated on 22 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts