This is the version 6.77 of the All in One WP Migration Plugin. I have tweaked the Max File Size Value in the constants.php file. The tweak increases the file upload size limit to 32GB. You can change this if you want on line 284 in constants.php.
// =================
// = Max File Size =
// =================
define( 'AI1WM_MAX_FILE_SIZE', 34359738368 );
The original version 6.77 can be downloaded from here. (This is Official WP Downloads Directory for Plugins)