File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 15
15
16
16
Released on 27/06/2022
17
17
18
+ - Added implicit FTPS support
19
+ - Added ` connect_secure_implicit() ` method
20
+ - Added ` deprecated ` feature to enable deprecated methods (required for implicit FTPS)
21
+
18
22
## 4.2.0
19
23
20
24
Released on 07/12/2021
Original file line number Diff line number Diff line change 11
11
</p >
12
12
13
13
<p align =" center " >Developed by <a href =" https://veeso.github.io/ " >veeso</a > and <a href =" https://github.com/mattnenterprise " >Matt McCoy</a ></p >
14
- <p align =" center " >Current version: 4.3.0 (07/12/2021 )</p >
14
+ <p align =" center " >Current version: 4.3.0 (27/06/2022 )</p >
15
15
16
16
<p align =" center " >
17
17
<a href="https://opensource.org/licenses/MIT "
67
67
- [ Features] ( #features )
68
68
- [ SSL/TLS Support] ( #ssltls-support )
69
69
- [ Async support] ( #async-support )
70
+ - [ Deprecated methods] ( #deprecated-methods )
70
71
- [ Logging] ( #logging )
71
72
- [ Example 📚] ( #example- )
72
73
- [ Going Async] ( #going-async )
@@ -128,6 +129,14 @@ suppaftp = { version = "^4.3.0", features = ["async"] }
128
129
129
130
⚠️ If you want to enable both ** secure** and ** async** you must use the ** async-secure** feature ⚠️
130
131
132
+ #### Deprecated methods
133
+
134
+ If you want to enable deprecated methods of FTPS, please enable the ` deprecated ` feature in your cargo dependencies.
135
+
136
+ This feature enables these methods:
137
+
138
+ - ` connect_secure_implicit() ` : used to connect via implicit FTPS
139
+
131
140
#### Logging
132
141
133
142
By default, the library will log if there is any ` log ` crate consumer on the user implementation.
You can’t perform that action at this time.
0 commit comments