Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 187 Bytes

File metadata and controls

6 lines (4 loc) · 187 Bytes

FTP_lib

FTP_lib is a rust library for dealing with FTP connections.

Running cargo tests:

Use cargo test -- --test-threads=1 to prevent any race conditions/issues with the tests.