1  FTP Release Notes

1 FTP Release Notes

  • 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