--- media_mover_ftp.module	2009-07-12 14:04:33.000000000 -0500
+++ media_mover_ftpNEW.module	2009-07-12 14:03:31.000000000 -0500
@@ -441,6 +441,10 @@ function media_mover_ftp_get_files(&$con
  */
 function media_mover_ftp_completed_file_list(&$connection, $directory, $strict = FALSE) {
 	$results = array();
+	
+  // change working directory to $directory, since some FTP servers only allow you to get list of files under current working directory
+  ftp_chdir($connection, $directory);
+	
   // get 2 listings 1 second appart. If there are no results, exit  
   if (! $pass1 = ftp_rawlist($connection, $directory) ) {
   	return array(); 
