ftp 3.0.1

FTP client for Rust
Documentation

Enum FtpPathType {
    directory,
    file,
    linc,
}

Struct FtpPath {
    home: String,
    absolute_path: String,
    path_type: FtpPathType,
}