|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-06-05 13:53 UTC] tony2001@php.net
[2006-06-05 14:12 UTC] ionut dot aivanesei at amdocs dot com
[2006-06-05 14:37 UTC] tony2001@php.net
[2006-06-05 14:41 UTC] ionut dot aivanesei at amdocs dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 04:00:01 2025 UTC |
Description: ------------ I cannot use fopen/file_get_contents on Solaris over FTP (the same is working fine in HP-UX, AIX). Reproduce code: --------------- <?php echo file_get_contents('ftp://...@server/filename'); ?> Expected result: ---------------- contents of 'filename' should be printed Actual result: -------------- files is not opened and a warnign is shown: Warning: file_get_contents(ftp://...@server/filename) [function.file-get-contents]: failed to open stream: FTP server reports 500 'SIZE /filename': command not understood. in script.php on line 3