1  FTP Release Notes

1 FTP Release Notes

  • Use OTP supervisor as intended, avoiding surprising behavior as the killing of the user's process. Also, FTP state handling logic is improved to avoid race conditions that could result in unexpected errors.

    Own Id: OTP-16926 Aux Id: ERL-1450, GH-4473

  • Missing runtime dependencies has been added to this application.

    Own Id: OTP-17243 Aux Id: PR-4557

  • Add support for FTPES (explicit FTP over TLS).

    Own Id: OTP-15523 Aux Id: OTP-15352, PR-1968

  • Avoid timing issue when setting active once on a socket that is being closed by the peer.

    Own Id: OTP-16734 Aux Id: OTP-16697, ERIERL-496

  • Avoid timing issue when setting active once on a socket that is being closed by the peer.

    Own Id: OTP-16734 Aux Id: OTP-16697, ERIERL-496

  • A possibly infinite loop is removed.

    Own Id: OTP-16243 Aux Id: PR-2436, OTP-16056

  • Removed compiler warnings.

    Own Id: OTP-16318 Aux Id: OTP-16183

  • A possibly infinite loop when receiving messages divided in parts is removed.

    Own Id: OTP-16056

  • A possibly infinite loop is removed.

    Own Id: OTP-16243 Aux Id: PR-2436, OTP-16056

  • A possibly infinite loop when receiving messages divided in parts is removed.

    Own Id: OTP-16056

  • Fixed timing related bug that could make ftp functions behave badly.

    Own Id: OTP-15659 Aux Id: ERIERL-316

  • Improved documentation.

    Own Id: OTP-15190

  • Inets application was split into multiple smaller protocol specific applications. The FTP application is a standalone FTP client with the same functionality as FTP client in Inets.

    Own Id: OTP-14113