Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support WebDAV (OwnCloud) checksum extension #1922

Open
chris-1o opened this issue Mar 10, 2025 · 0 comments
Open

Support WebDAV (OwnCloud) checksum extension #1922

chris-1o opened this issue Mar 10, 2025 · 0 comments
Labels
suggestion Feature suggestion

Comments

@chris-1o
Copy link

Is your feature request related to a problem? Please describe.

Some firewalls only allow HTTP(S) traffic. In that case HTTP (WebDAV) is the only option to transfer files to SFTPGo.

SFTPGo currently already supports the X-OC-Mtime extension, but not the usage of checksums. Using a checksum would provide better file integrity guarantees.

Describe the solution you'd like

As a user I would like to use Rclone as a WebDAV client to transfer files to SFTPGo with an integrity check based on on-the-fly checksums.

Rclone-as-a-client already supports the Owncloud checksum mechanism.

Rclone-as-a-WebDAV-server implemented this mechanism too in: https://github.com/rclone/rclone/blob/177337686acce1686b860424ea04ca7a2d616950/cmd/serve/webdav/webdav.go#L518

Describe alternatives you've considered

No response

What are you using SFTPGo for?

Small business (3-person firm with file exchange?)

Additional context

No response

@chris-1o chris-1o added the suggestion Feature suggestion label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion Feature suggestion
Projects
None yet
Development

No branches or pull requests

1 participant