basicftp 0.2.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
10
[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"
readme = "README.md"
repository = "https://github.com/marcusasdgg/rustp"
version = "0.2.0"