mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19, and Vite. Migrate all documentation content to MDX under content/docs/. Add full src/ app with React components, routing, search, and API page. Remove Korrektly integration from CI/CD workflows, Dockerfile, and env vars. Update build pipeline to output to .output/public instead of docs/.vitepress/dist.
27 lines
1018 B
Plaintext
27 lines
1018 B
Plaintext
---
|
|
title: "SFTPGo"
|
|
description: "Event-driven SFTP, FTP/S, HTTP/S and WebDAV server."
|
|
og:
|
|
description: "SFTPGo is an event-driven SFTP, FTP/S, HTTP/S and WebDAV server."
|
|
category: "File Management"
|
|
icon: "/docs/images/services/sftpgo-logo.png"
|
|
---
|
|
|
|
# SFTPGo
|
|
|
|
<ZoomImage src="/docs/images/services/sftpgo-logo.png" alt="SFTPGo logo" />
|
|
|
|
## What is SFTPGo?
|
|
|
|
SFTPGo is an event-driven file transfer solution. It support multiple protocols (SFTP, SCP, FTP/S, WebDAV, HTTP/S) and multiple storage backends.
|
|
|
|
With SFTPGo you can leverage local and cloud storage backends for exchanging and storing files internally or with business partners using the same tools and processes you are already familiar with.
|
|
|
|
The WebAdmin UI allows to easily create and manage your users, folders, groups and other resources.
|
|
|
|
## Links
|
|
|
|
- [Official website](https://sftpgo.com/?utm_source=coolify.io)
|
|
- [Documentation](https://docs.sftpgo.com/2.7/?utm_source=coolify.io)
|
|
- [GitHub](https://github.com/drakkan/sftpgo?utm_source=coolify.io)
|