Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • With DAV, it's as simple as "curl -T" Commented Nov 17, 2023 at 9:48
  • 1
    I'd argue FTP is not part of a web server (but I acknowledge that "web" and "internet" are often used interchangably, however imprecise that may be). Commented Nov 17, 2023 at 10:04
  • Thanks, no that's absolutely not my intention - I've got plenty of NAS storage available. This is to allow specific C# desktop applications to upload user logs to a web location from anywhere around the world. When you say "Yes it can, you may add...", may I clarify - this means they can't - until adding FTP, WebDAV etc...? Commented Nov 17, 2023 at 13:01
  • @jwilo: see the edit. Commented Nov 17, 2023 at 15:59
  • Thanks Arseni, this was a very insightful answer. As per the marked solution, we've gone with an AWS S3 solution and have it up and running already, and am just familiarising myself with the various access controls/permissions etc. Thanks again! Commented Nov 17, 2023 at 17:13