SFTP To Go REST API: Reference Manual
A reference for the SFTP To Go REST API for managing credentials, SSH public keys, webhooks, share links, audit logs, and audit log exports. Includes endpoints, parameters, curl examples, and JSON responses.
Our 2 cents on product development, engineering, cloud services and software architecture and what we've done to create the most powerful SFTP / FTPS cloud storage as a service.
A reference for the SFTP To Go REST API for managing credentials, SSH public keys, webhooks, share links, audit logs, and audit log exports. Includes endpoints, parameters, curl examples, and JSON responses.
Connect to SFTP in Java using JSch. This guide covers secure connection setup, listing files, uploading, downloading, and handling SFTP sessions in real-world workflows.
This guide shows how to connect to an SFTP server from Node.js using sh2-sftp-client (Node 20+), then list files, upload, download, and delete.
Learn how to connect to SFTP, list files, upload and download using the Go programming language.
Learn how to connect to an SFTP server in Ruby on Rails, list remote files, upload and download files, and run a full working example with the net-sftp gem.