????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.191.194.2 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/home/b8009/php-5.6.22/ext/ftp/ |
Upload File : |
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE package SYSTEM "../pear/package.dtd"> <package> <name>ftp</name> <summary>File Transfer Protocol functions</summary> <maintainers> <maintainer> <user>???</user> <name>Andrew Skalski</name> <email>askalski@chek.com</email> <role>lead</role> </maintainer> <maintainer> <user>sesser</user> <name>Stefan Esser</name> <email>sesser@php.net</email> <role>lead</role> </maintainer> </maintainers> <description> The functions in this extension implement client access to file servers speaking the File Transfer Protocol (FTP) as defined in http://www.faqs.org/rfcs/rfc959. This extension is meant for detailed access to an FTP server providing a wide range of control to the executing script. If you only wish to read from or write to a file on an FTP server, consider using the ftp:// wrapper with the filesystem functions which provide a simpler and more intuitive interface. </description> <license>PHP</license> <release> <state>beta</state> <version>5.0.0rc1</version> <date>2004-03-19</date> <notes> package.xml added to support installation using pear installer </notes> <filelist> <file role="doc" name="CREDITS"/> <file role="doc" name="README"/> <file role="src" name="config.m4"/> <file role="src" name="config.w32"/> <file role="src" name="ctype.dsp"/> <file role="src" name="ftp.c"/> <file role="src" name="ftp.h"/> <file role="src" name="php_ftp.c"/> <file role="src" name="php_ftp.h"/> </filelist> <deps> <dep type="php" rel="ge" version="5" /> </deps> </release> </package> <!-- vim:et:ts=1:sw=1 -->