Skip to content

FTP(s) only Configuration

Natan FOURIÉ edited this page Apr 19, 2025 · 2 revisions

secure

Set to true for both control and data connection encryption.
Set to control for control encryption only, or implicit for implicitly encrypted control connection (this mode is deprecated in modern times, but usually uses port 990).

Key Value Default
secure mixed false
{
  "secure": control
}

secureOptions

Additional options to be passed to tls.connect().

💡 Note
See TLS connect options callback.
Key Value
secureOptions object
{
  "secureOptions": {
    "enableTrace": true
  }
}
Clone this wiki locally