Skip to content

feat: add FTPS driver#9421

Merged
okatu-loli merged 2 commits intoAlistGo:mainfrom
RedwindA:main
Feb 10, 2026
Merged

feat: add FTPS driver#9421
okatu-loli merged 2 commits intoAlistGo:mainfrom
RedwindA:main

Conversation

@RedwindA
Copy link
Copy Markdown
Contributor

@RedwindA RedwindA commented Feb 7, 2026

  • Implement FTPS (FTP over SSL/TLS) driver for secure file transfers
  • Support both Explicit (STARTTLS on port 21) and Implicit (direct TLS on port 990) TLS modes
  • Configurable TLS certificate verification skip for self-signed certificates
  • Character encoding support via mahonia library
  • Full CRUD operations: list, create directories, upload, download, move, rename, delete
图片

- Implement FTPS (FTP over SSL/TLS) driver for secure file transfers
- Support both Explicit (STARTTLS on port 21) and Implicit (direct TLS on port 990) TLS modes
- Configurable TLS certificate verification skip for self-signed certificates
- Character encoding support via mahonia library
- Full CRUD operations: list, create directories, upload, download, move, rename, delete
@RedwindA RedwindA marked this pull request as draft February 7, 2026 13:22
@RedwindA RedwindA marked this pull request as ready for review February 7, 2026 13:29
@okatu-loli okatu-loli merged commit f3d6230 into AlistGo:main Feb 10, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants