Date: 07/02/02
- Next message: eru <email protected>: "[PHP-DOC] Bug #15929 Updated: Online Manual Inconplete"
- Previous message: jan <email protected>: "[PHP-DOC] Bug #17557 Updated: apache_note() function missing in apache2 sapi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 10835
Updated by: jan <email protected>
Reported By: fergiboy <email protected>
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: ANY
PHP Version: ANY
New Comment:
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.
Previous Comments:
------------------------------------------------------------------------
[2002-04-03 02:50:49] yohgaki <email protected>
There are so meny dir listing styles...
(Imagine how many locales we have...)
I think it will not be fixed anytime soon.
We need to document this limitation for now.
------------------------------------------------------------------------
[2002-02-15 14:32:15] fergiboy <email protected>
Thanks for your help.
------------------------------------------------------------------------
[2002-02-15 12:04:44] ksp <email protected>
I've found the problem.
The ftp from IIS is configured to handle the "Directory Style" as
"MSDOS"...... you only have to change it to "UNIX" for php's ftp
functions work properly and handle spaces in paths and names.
Greetings
------------------------------------------------------------------------
[2002-02-14 03:55:48] ksp <email protected>
I have got a similar error with the ftp_chdir function.
I can't change to a directory with spaces in it , nor making the
strings replacement shown here...
I'm using:
Php server: W2k Server(no SP), Apache 1.3 , Php 4.0.5
ftp server: W2k Professional SP2, ftp of IIS, access anonymous.
Thanks in advance.
------------------------------------------------------------------------
[2001-05-12 22:24:49] fergiboy <email protected>
I added an echo $a and an echo $b. I also some debug code to see if it
was connection to the ftp server. The output is:
C:\Te st.doc
Te st.doc
Connected
Ftp upload has failed!
So
$a=C:\Te st.doc
$b=Te st.doc
So it should upload the file as fallows:
$upload = ftp_put($conn_id, "C:\Te st.doc", "Te st.doc", FTP_BINARY);
I added the code:
$b = str_replace (" ", "\ ", $b);
to no avail :(
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/10835
-- Edit this bug report at http://bugs.php.net/?id=10835&edit=1-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: eru <email protected>: "[PHP-DOC] Bug #15929 Updated: Online Manual Inconplete"
- Previous message: jan <email protected>: "[PHP-DOC] Bug #17557 Updated: apache_note() function missing in apache2 sapi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

