allow downloads from SFTP Client / Add new Screenshot

This commit is contained in:
MCHost
2025-06-23 23:07:17 -04:00
parent ee0707a9c1
commit 36879223db
2 changed files with 6 additions and 1 deletions

View File

@ -215,7 +215,12 @@
<div class="bg-gray-800 p-6 rounded-lg shadow-lg mb-6" id="sftpBrowserSection" style="display: none;">
<h2 class="text-xl font-semibold mb-4">SFTP Browser</h2>
<!-- Iframe height set explicitly to 650px to ensure visibility and prevent shrinking -->
<iframe id="sftpIframe" class="w-full rounded" style="height: 650px; min-height: 650px;" sandbox="allow-same-origin allow-scripts"></iframe>
<iframe
id="sftpIframe"
class="w-full rounded"
style="height: 650px; min-height: 650px;"
sandbox="allow-same-origin allow-scripts allow-downloads"
></iframe>
</div>
<div class="bg-gray-800 p-6 rounded-lg shadow-lg mb-6">