feat: add support for FTP and FTPS protocols
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
<select id="conn-protocol" onchange="updateProtocolFields()">
|
||||
<option value="s3">S3 / S3-Compatible</option>
|
||||
<option value="sftp">SFTP</option>
|
||||
<option value="ftp">FTP</option>
|
||||
<option value="webdav">WebDAV</option>
|
||||
<option value="smb">SMB</option>
|
||||
<option value="nfs">NFS</option>
|
||||
@@ -117,6 +118,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group" id="ftp-secure-group" style="display: none; align-items: center; gap: 0.5rem; flex-direction: row; margin-bottom: 1rem;">
|
||||
<input type="checkbox" id="conn-secure" style="width: auto;">
|
||||
<label style="margin: 0;">Use FTPS (Secure Explicit TLS)</label>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group" style="flex: 1;">
|
||||
<label>Username / Access Key</label>
|
||||
|
||||
Reference in New Issue
Block a user