Getting Started with Bridglet
Bridglet gives you managed SFTP directories in the cloud. You create a directory, we hand you SFTP credentials, and anyone you share them with can upload files to it. You see every upload in your dashboard, and Bridglet can notify your systems by webhook or REST API the moment a file lands.
Create an account
Sign up with your email address. The Free plan needs no credit card and includes one directory, which is enough to try everything on this page.
Create a directory
In the dashboard, click New Directory and give it a name, like "Acme Invoices". A directory is an isolated SFTP folder with its own username and password. Files in one directory are never visible from another.
Save the credentials
Right after the directory is created, Bridglet shows the SFTP username and password. The password is shown only once — copy it somewhere safe. If you lose it, you can regenerate credentials from the directory page at any time (this issues a new username and password).
Connect via SFTP
Use any SFTP client — FileZilla, Cyberduck, WinSCP, or the command line — with these settings:
Step-by-step instructions for each client are in Connecting via SFTP.
See your uploads
Every file uploaded over SFTP appears on the directory page in your dashboard, with its name, size, and upload time. You can download or delete files from there — no SFTP client needed on your side.
Optional: automate with webhooks and the API
Want your own systems to react to uploads? Set a webhook URL on the directory and Bridglet will POST a signed notification for every upload — see Webhooks. On the Pro and Business plans you can also provision and manage directories programmatically with the REST API.