I just realized I forgot to update the version number to 2.0 in the ftp.php file and in my screenshots. I've just updated the ftp.php file for that minor cosmetic change. I'm too lazy to update the screenshots.

But it should say version 2.0.
It's easy to change this:
In ftp.php, find:
PHP Code:
$version = "Version 1.0";
Change to:
PHP Code:
$version = "Version 2.0";