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
11
[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.