"my test file.txt" will become "my". In inc/ftp_tools.php line 139 add quotes to the filename: header('Content-Disposition: attachment; filename="' . $select_file . '"');
header('Content-Disposition: attachment; filename="' . $select_file . '"');
Log in to post a comment.