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
docs.rs failed to build basicftp-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: basicftp-0.2.4

[Basic Rust FTP library]

- supports features such as:
- FTP file reading
- Safe and contained filereading
- EPSV mode

[getting started]

Use Cargo to build a release i.e cargo build -r then copy paste the .exe into a directory of your choosing and place a paths.txt file in the directory as well. This directory will contain the absolute paths of files that ftp can access separated by a newline.

To run the program run ./name [IPADDRESS] to run the program.