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.
Currently, when provide ssl key and cert, with
--ftps-required-on-control-channel=alland--ftps-required-on-data-channel=all, only FTPS explicit mode will be enabled.Open FileZilla client, use quickconnect, the
Hosthas to be prefixed withftpes://, If usingftps://,unftpwill raiseerror message.
It would be nice to add a flag
--implicit-ftpsto theunftp.