From: Tim Düsterhus Date: Wed, 23 Jun 2021 10:24:41 +0000 (+0200) Subject: Deprecate \wcf\system\io\FTP X-Git-Tag: 5.5.0_Alpha_1~610 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aa2465fffda90a1f8cae199679ac2c4ffcf916db;p=GitHub%2FWoltLab%2FWCF.git Deprecate \wcf\system\io\FTP Resolves #4332 --- 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 {