basic-ftp v2.13.0 Release Notes

    • โž• Added: Use client.rename() to rename or move a file.
    • ๐Ÿ”„ Changed: Default timeout set to 30 seconds.
    • ๐Ÿ”„ Changed: Timeouts are tracked exlusively by data connection during transfer.
    • ๐Ÿ›  Fixed: Node's socket.removeAllListeners() doesn't work, see https://github.com/nodejs/node/issues/20923
    • ๐Ÿ›  Fixed: Node 8 is required, correct documentation and CI.