From aa2465fffda90a1f8cae199679ac2c4ffcf916db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 23 Jun 2021 12:24:41 +0200 Subject: [PATCH] Deprecate \wcf\system\io\FTP Resolves #4332 --- wcfsetup/install/files/lib/system/io/FTP.class.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/wcfsetup/install/files/lib/system/io/FTP.class.php b/wcfsetup/install/files/lib/system/io/FTP.class.php index 5657232029..431ab63f9a 100644 --- a/wcfsetup/install/files/lib/system/io/FTP.class.php +++ b/wcfsetup/install/files/lib/system/io/FTP.class.php @@ -5,12 +5,7 @@ namespace wcf\system\io; use wcf\system\exception\SystemException; /** - * The FTP class handles all ftp operations. - * - * @author Marcel Werk - * @copyright 2001-2019 WoltLab GmbH - * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Io + * @deprecated 5.5 - This class was used within the package system in WCF 1. It is no longer in use, a slim wrapper around PHP's FTP extension. Use the extension directly. */ class FTP { -- 2.20.1