Wrapper for sftpgo rest api.
- Add executables as sub-folder into
cmdfolder. E.g.cmd/exec - Open terminal and
cdto 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
- Add executables as sub-folder into
cmdfolder. E.g.cmd/exec - Open terminal and
cdto base folder of this repo. - Type
./build. - All executables will be created in
binfolder.