did you put your server in convert.php like this ?
/*
$directFileServers[] = array(
'file_server_id' => 2,
'ssh_host' => 'fs1.yourhost.com',
'ssh_username' => 'username',
'ssh_password' => 'password',
'file_storage_path' => '/path/to/your/files',
);
*/