1
0
mirror of https://github.com/drakkan/sftpgo.git synced 2025-10-06 21:56:55 +02:00
Files
sftpgo/openapi
Nicola Murino 35525e22e9 remove rsync support
rsync was executed as an external command, which means we have no insight
into or control over what it actually does.
From a security perspective, this is far from ideal.

To be clear, there's nothing inherently wrong with rsync itself. However,
if we were to support it properly within SFTPGo, we would need to implement
the low-level protocol internally rather than relying on launching an external
process. This would ensure it works seamlessly with any storage backend,
just as SFTP does, for example.
We recommend using one of the many alternatives that rely on the SFTP
protocol, such as rclone

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2025-09-28 18:15:15 +02:00
..
2025-09-22 09:15:57 +02:00
2023-07-15 12:35:30 +02:00
2025-09-28 18:15:15 +02:00