Skip to content

Commit 91c8f03

Browse files
committed
docs
1 parent 529b61f commit 91c8f03

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
Released on 27/06/2022
1717

18+
- Added implicit FTPS support
19+
- Added `connect_secure_implicit()` method
20+
- Added `deprecated` feature to enable deprecated methods (required for implicit FTPS)
21+
1822
## 4.2.0
1923

2024
Released on 07/12/2021

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</p>
1212

1313
<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>
1515

1616
<p align="center">
1717
<a href="https://opensource.org/licenses/MIT"
@@ -67,6 +67,7 @@
6767
- [Features](#features)
6868
- [SSL/TLS Support](#ssltls-support)
6969
- [Async support](#async-support)
70+
- [Deprecated methods](#deprecated-methods)
7071
- [Logging](#logging)
7172
- [Example 📚](#example-)
7273
- [Going Async](#going-async)
@@ -128,6 +129,14 @@ suppaftp = { version = "^4.3.0", features = ["async"] }
128129

129130
⚠️ If you want to enable both **secure** and **async** you must use the **async-secure** feature ⚠️
130131

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+
131140
#### Logging
132141

133142
By default, the library will log if there is any `log` crate consumer on the user implementation.

0 commit comments

Comments
 (0)