FtpsDataProtection
type FtpsDataProtection = "clear" | "private";Defined in: src/providers/classic/ftp/FtpProvider.ts:140
FTPS data-channel protection level requested after TLS negotiation.
private sends PROT P and wraps passive data sockets in TLS. clear sends
PROT C, keeping the control channel encrypted while leaving data sockets plain.