'ftp', '-cmd' => 'chmod', '-remote' => $remotePath, '-mode' => '777' ) ); return 'storeUploadedFile: ' . $remotePath . ' => ' . v::vtresult(); } if ( ! move_uploaded_file( $file['tmp_name'], "{$path}/{$file['name']}" ) ) { return '423 Locked'; } return ''; } ?>{{vtGet:Ergebnis}}