Server IP : 149.202.105.228 / Your IP : 216.73.216.18 Web Server : Apache System : Linux webm129.cluster030.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : atfycaf ( 116275) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/atfycaf/www/admin/filemanager/include/ |
Upload File : |
<?php /* * This file is part of the `nicolab/php-ftp-client` package. * * (c) Nicolas Tallefourtane <dev@nicolab.net> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @copyright Nicolas Tallefourtane http://nicolab.net */ namespace FtpClient; /** * The FtpException class. * Exception thrown if an error on runtime of the FTP client occurs. * @inheritDoc * @author Nicolas Tallefourtane <dev@nicolab.net> */ class FtpException extends \Exception {}