Deprecate \wcf\system\io\FTP
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 23 Jun 2021 10:24:41 +0000 (12:24 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 23 Jun 2021 10:24:41 +0000 (12:24 +0200)
Resolves #4332

wcfsetup/install/files/lib/system/io/FTP.class.php

index 5657232029373de9e5d389f4a08e24a9c9faaec6..431ab63f9ab9be48658a62a5d58d7e544c44d908 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
- * @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
 {