basic-ftp v5.0.0 Release Notes

    • ๐Ÿ’ฅ Breaking change: Library requires at least Node version 10.
    • ๐Ÿ”„ Changed: Use feature set as reported by server to determine transfer strategy.
    • ๐Ÿ”„ Changed: Test suite improvements to better reflect behaviour of an FTP server.
    • ๐Ÿ›  Fixed: Issues around incomplete upload described in #205.
    • ๐Ÿ›  Fixed: Variation of empty directory listing described in #206.
    • ๐Ÿ›  Fixed: List parsing for specific Unix flavor described in #193.
    • ๐Ÿ›  Fixed: Prevent late internal exceptions from sockets.
    • ๐Ÿ›  Fixed: Stop explicitly destroying sockets, too early in rare cases.