https://github.com/alphabetsalphabets/rust-ftp-client
An FTP client made in Rust
https://github.com/alphabetsalphabets/rust-ftp-client
Last synced: 3 months ago
JSON representation
An FTP client made in Rust
- Host: GitHub
- URL: https://github.com/alphabetsalphabets/rust-ftp-client
- Owner: AlphabetsAlphabets
- Created: 2023-02-26T04:11:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T03:52:03.000Z (about 2 years ago)
- Last Synced: 2025-01-21T08:08:22.586Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-ftp-client
This one is pretty obvious. It's an FTP client written in Rust. This serves as a fun little exercise for me. This was originally in C++ but it was too difficult for me.# todo
- [ ] Turn it into a GUI.