I’m looking for some kind of File Drop / File Upload service.

I’d like to be able to create a folder, and create a share / upload link for that folder that I can give to a customer to use to upload their documents.

I’ve been using nextcloud but I don’t use nextcloud for any other purpose and it’s a behemoth so I’d like to transition to something else.

Some of these requirements are essential (!):

  • no login for customers uploading (!)
  • optional password protection for uploads
  • can’t see / download files already present in the shared folder
  • HelloRoot@lemy.lol
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    13 hours ago

    https://github.com/drakkan/sftpgo

    it can do what you ask, except I am not sure for the last one

    can’t see / download files already present in the shared folder

    that seems a bit complicated. Unless the solution stores user permissions per file.

    • null_dot@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      8 hours ago

      Not really. Nextcloud does this. They call it a “file drop”.

      Like you create a share link for a folder, and then specify that users of that link can’t see any files, only upload.

      Edit: looking at the docs this one seems quite good. Thanks!

      • HelloRoot@lemy.lol
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        7 minutes ago

        AAAAH sorry I misunderstood your point before. I thought users should not see files prior to their joining of that folder, but see files that come in after their joining.

        But you mean, users should only see files they upload, while an admin or so sees all files.