Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

SFTPGo

14 Topics 84 Posts
  • SFTPGo - Package Updates

    Pinned Locked
    16
    0 Votes
    16 Posts
    4k Views
    Package UpdatesP
    [1.4.2] Update sftpgo to 2.7.3 Full Changelog Added a configurable minimum-entropy check (common.secret_min_entropy, default 80) for data-at-rest encryption secrets (CryptFs passphrase, S3 SSE-C key), to reject trivially weak key material at submission time. Logs: added the virtual path to transfer/command logs and to event-log CSV exports. WebClient: replaced glightbox with a custom lightbox implementation for better CSP compatibility. IP list: fixed matching when an IP is covered by multiple conflicting entries. Fixed comparison of unordered slices. Shares: enforce max_tokens atomically via a guarded conditional update, closing a check-then-write race that could let a usage-capped share be used more times than allowed under concurrent access. In-memory reset-code manager: check code expiry at retrieval time instead of relying only on the background cleanup. Fixed a path-confinement bypass in the public browsable-share partial ZIP download. CVE-2026-49244. Fixed a stored XSS where the inline parameter on browsable-share and authenticated user file downloads suppressed Content-Disposition: attachment, allowing an attacker-supplied HTML file to execute in SFTPGo's web origin. These endpoints now always respond with Content-Disposition: attachment and the inline parameter has been removed. CVE-2026-49245. Neutralized CSV formula injection in the Event Manager and event-log CSV exports: cells starting with =, +, -, @, tab or CR are now prefixed with a single quote.
  • sftp not starting after server reboot

    3
    1 Votes
    3 Posts
    148 Views
    sponchS
    Hi and thanks. besides MongoDB ervery service seems okay. Just put the app into recovery mode and back - that helped.
  • How to disable the webdav protocol?

    webdav
    6
    1 Votes
    6 Posts
    1k Views
    C
    Guys, tyvm for your feedback. As a workaround I simply disallowed dav on a group level. Nevertheless I'll feature request this during Christmas time. ^^
  • 0 Votes
    6 Posts
    1k Views
    jamesJ
    Hello @msbt @msbt said in Connection to server takes 10 seconds in FTP mode and port changes don't work: you think it might be worth reporting upstream? No. I've tested this on another SFTPGo instance that is outside the Cloudron ecosystem, and it worked with no issues. So I must assume we have a mistake somewhere.
  • SFTPGo or MiroTalk SFU not starting because they use ephemeral ports

    17
    0 Votes
    17 Posts
    5k Views
    J
    FWIW, I can confirm that on Hetzner/Ubuntu this is the default range.
  • Plugins possible?

    2
    3 Votes
    2 Posts
    637 Views
    J
    @imc67 https://docs.sftpgo.com/2.6/config-file/#plugins . I haven't been able to find examples of how the json should be written.
  • extra algorithms needed

    6
    1 Votes
    6 Posts
    2k Views
    nebulonN
    Yes, since those are in /app/data they will persist and also be part of the backup
  • New update?

    4
    1 Votes
    4 Posts
    1k Views
    imc67I
    O, I see, this is where I found it: https://docs.sftpgo.com/enterprise/changelog/
  • Web UI "your IP address is blocked" caused by healthcheck?

    Solved
    4
    1
    0 Votes
    4 Posts
    1k Views
    mmolivierM
    @girish thanks!
  • Home page missing

    9
    1 Votes
    9 Posts
    2k Views
    nebulonN
    Users and Groups are not synced. Users will only be available after first login of that user. Groups itself are fully managed within the app itself.
  • Port conflict issue

    5
    1 Votes
    5 Posts
    2k Views
    J
    I think this is some docker issue. We see the same issue in our CI and also reported in the Mirotalk threads. Reinstalling fixes the problem as you already found out
  • SFTPGo - WebAdmin credentials?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    necrevistonnezrN
    An, I had it installed when they weren’t there (?)
  • SFTPgo - fresh install - listen tcp4 0.0.0.0:40004: bind: address already in use

    Solved
    1
    2 Votes
    1 Posts
    373 Views
    No one has replied
  • SFTPGo: Access local server?

    2
    0 Votes
    2 Posts
    892 Views
    J
    yes, the app containers can't connect to private network internal IP . Turns out this is not true, I am able to connect . You might have to use the internal ssh port btw and not the public ssh port .