Cargo Features

mcai_ftp has no features set by default.

[dependencies]
mcai_ftp = { version = "3.0.1", features = ["secure", "debug_print"] }
secure = openssl

Enable support of FTPS which requires openssl

debug_print

Add debug output (to STDOUT) of commands sent to the server and lines read from the server

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

openssl secure?