ftp transfer: mkdir, remove rename

This commit is contained in:
ChristianVisintin
2020-12-03 12:22:44 +01:00
parent acc4595ff8
commit be41314a28
2 changed files with 103 additions and 12 deletions

View File

@@ -107,7 +107,7 @@ TODO:
## Upcoming Features
- **File viewer**: possibility to show in a popup the file content from the explorer.
- **Replacement of OpenSSL**: OpenSSL is kinda an annoying stuff, especially for Windows. Unfortunately rust-ftp requires OpenSSL to build. I'm working on replacing it on [rust-fpt](https://github.com/ChristianVisintin/rust-ftp/tree/rust-tls). If you want to give me a hand, feel free to contribute.
- **OpenSSL Replacement**: OpenSSL is kinda an annoying stuff, especially for Windows. Unfortunately rust-ftp requires OpenSSL to build. I'm working on replacing it on [rust-ftp](https://github.com/ChristianVisintin/rust-ftp/tree/rust-tls). If you want to give me a hand, feel free to contribute.
---