Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/ftp/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/ftp/tests/ftp_nb_get_large.phpt |
--TEST-- Testing ftp_nb_fget can handle large files incl. resume --SKIPIF-- <?php require 'skipif.inc'; if (2147483647 == PHP_INT_MAX) { die('skip ot supported on this system'); } if (disk_free_space(__DIR__) < 10*1024*1024*1024) { die('not enough disk space'); } ?> --FILE-- <?php require 'server.inc'; $ftp = ftp_connect('127.0.0.1', $port); ftp_login($ftp, 'user', 'pass'); if (!$ftp) die("Couldn't connect to the server"); $local_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "ftp_nb_get_large.txt"; touch($local_file); ftp_nb_get($ftp, $local_file, 'fget_large.txt', FTP_BINARY, 5368709119); $fp = fopen($local_file, 'r'); fseek($fp, 5368709119); var_dump(fread($fp, 1)); var_dump(filesize($local_file)); fclose($fp); ?> --CLEAN-- <?php @unlink(dirname(__FILE__) . DIRECTORY_SEPARATOR . "ftp_nb_get_large.txt"); ?> --EXPECT-- string(1) "X" int(5368709120)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare