Skip to content

enable FTPS implicit mode when SSL cert and key is provided #225

@evan0greenup

Description

@evan0greenup

Currently, when provide ssl key and cert, with --ftps-required-on-control-channel=all and --ftps-required-on-data-channel=all, only FTPS explicit mode will be enabled.

Open FileZilla client, use quickconnect, the Host has to be prefixed with ftpes://, If using ftps://,

unftp will raise

Control channel error: ControlChanError { kind: Utf8Error, source: Some(ParseError { kind: InvalidUtf8 }) }

error message.

It would be nice to add a flag --implicit-ftps to the unftp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions