Index: wp-admin/includes/class-wp-filesystem-ftpext.php
===================================================================
--- wp-admin/includes/class-wp-filesystem-ftpext.php    (revision 18318)
+++ wp-admin/includes/class-wp-filesystem-ftpext.php    (working copy)
@@ -324,6 +324,9 @@
                                $b['time'] = strtotime( sprintf('%d %s %d %02d:%02d', $b['day'], $b['month'], $b['year'], $b['hour'], $b['minute']) );
                                $b['name'] = $lucifer[8];
                        }
+                       if ($b['islink'] && preg_match('/(\s*->\s*.*)$/', $b['name'], $match)) {
+                           $b['name'] = str_replace($match[1],'',$b['name']);
+                       }
                }
 
                return $b;
