basicftp 0.1.0

A Basic library for FTP using Std::net supporting EPSV and basic features as well as read only non authenticated, non-encrypted text based traffic
1
2
3
4
5
6
7
8
9
[dependencies]

[package]
description = "A Basic library for FTP using Std::net supporting EPSV and basic features as well as read only non authenticated, non-encrypted text based traffic"
edition = "2021"
license = "MIT"
name = "basicftp"
repository = "https://github.com/marcusasdgg/rustp"
version = "0.1.0"