Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3c059a8
[Automated] Update the native jar versions
Dec 2, 2025
c0f3163
added SecureSocket record for FTPS
Dec 2, 2025
b7147a2
[Automated] Update the native jar versions
Dec 2, 2025
c7b5f7f
Added explicit/implicit modes
Dec 2, 2025
457e5af
used ftpsconfigbuilder from apache vfs2
YasanPunch Dec 7, 2025
c9770d8
Enhance FTPS support by adding explicit/implicit mode configuration a…
YasanPunch Dec 7, 2025
6fd9e9f
[Automated] Update the native jar versions
YasanPunch Dec 7, 2025
db9a99f
updated sftp/ftps validation
YasanPunch Dec 8, 2025
62a5356
Added data channel protection and host verification
YasanPunch Dec 9, 2025
e54c65c
fixed vfs config builder usage
YasanPunch Dec 10, 2025
3903c6b
fixed crypto:keystore integration issue
YasanPunch Dec 10, 2025
6b9cb26
Enhance FTPS configuration and KeyStore handling. Default port set to…
YasanPunch Dec 10, 2025
0ab1ef0
Updated methods to directly call configuration extraction functions, …
YasanPunch Dec 10, 2025
16c12ca
upated gradle properties
YasanPunch Dec 10, 2025
0f73cc0
Remove FTPS hostname verification configuration from client and serve…
YasanPunch Dec 11, 2025
bd1d401
[Automated] Update the native jar versions
YasanPunch Dec 11, 2025
670f53b
initial test for ftps
YasanPunch Dec 12, 2025
1869cd2
Add comprehensive FTPS client and listener tests, enhance FTPS server…
YasanPunch Dec 15, 2025
1e47dc5
Refactor FTPS configuration: rename 'trustStore' to 'cert' across all…
YasanPunch Dec 15, 2025
3512b14
Enhance FTPS client and listener tests:
YasanPunch Dec 16, 2025
702326f
Implement onFileDeleted->onFileDelete method name change
niveathika Dec 8, 2025
5f1d525
Fix depreciation warning
niveathika Dec 8, 2025
d126044
Update spec
niveathika Dec 8, 2025
36d04e1
Update changelog
niveathika Dec 8, 2025
138bb45
Fix grammer
niveathika Dec 9, 2025
97cbb54
[Automated] Update the native jar versions
niveathika Dec 10, 2025
4b91caa
Upgrade task dependency
niveathika Dec 10, 2025
afdd8d8
Add license headers
niveathika Dec 16, 2025
0d278a1
Revert cron support temporality for relase
niveathika Dec 16, 2025
8b66188
Add FTPS implicit default port configuration and cleanup test enhance…
YasanPunch Dec 16, 2025
cd1002b
Enhance FTPS client tests and improve error handling
YasanPunch Dec 16, 2025
3668001
Remove FTPS secure publisher example files and resources
YasanPunch Dec 16, 2025
ab70b56
[Automated] Update the native jar versions
YasanPunch Dec 16, 2025
d757247
[Automated] Update the native jar versions
YasanPunch Dec 16, 2025
37e9e6c
Add FTPS test cases for advanced configurations and validation includ…
YasanPunch Dec 16, 2025
7ba8f5a
[Automated] Update the native jar versions
YasanPunch Dec 16, 2025
95ef169
Merge remote-tracking branch 'upstream/master' into add-ftps
YasanPunch Dec 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (c) 2022, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
#
# WSO2 LLC. licenses this file to you under the Apache License,
# Version 2.0 (the "License"); you may not use this file except
# in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

Args = --initialize-at-run-time=org.bouncycastle.jcajce.provider.drbg.DRBG\$Default \
--initialize-at-run-time=org.bouncycastle.jcajce.provider.drbg.DRBG\$NonceAndIV \
--features=io.ballerina.stdlib.crypto.svm.BouncyCastleFeature
Loading
Loading