BTW, I found that bug I was looking for. It's in the functions_upload.php file. Near the bottom, there is a line that says:

Code:
$upload_to_ftp == 1;
It needs to be
Code:
$upload_to_ftp = 1;