Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 395 Bytes

API_REFERENCE.md

File metadata and controls

16 lines (13 loc) · 395 Bytes

Mini sFTP client API

API was created using Swagger

In order to see detailed reference you should navigate to http://127.0.0.1:9000/api/v1

API has the following endpoints:

  • PUT /connect
  • DELETE /disconnect/{id}
  • GET /download/{id}
  • GET /getConnections
  • GET /getLocalHomeDirectory
  • GET /getLocalPathCompletion
  • GET /getRemoteHomeDirectory/{id}
  • GET /getRemotePathCompletion/{id}