error copying batch files! this question feed

asked by Not Registered on 17 February 2009 19:46
"copy.php" script want to copy all files(url in "url.txt" file) to this server, but return "error"!
Please help me.
note: i use copy function for copy file from another server (single file) in other script without any problem.

copy.php content:
_______________________________________________________
[CODE]
<?php
$_handle = @fopen("url.txt", "r");
if ($_handle)
{
while (!feof($_handle))
{
$_buffer = fgets($_handle, 4096);
$_filename = basename($_buffer);
if (copy($_buffer,$_filename))
{
echo "true : ";
echo $_filename;
echo "<br>";
}
}
fclose($_handle);
}
?>
[/CODE]
_______________________________________________________

url.txt content:
_______________________________________________________
[CODE]
http://googlea4.com/download/software/internet/Yahoo!_Messenger_Vista_10/GoogleA4.com_Yahoo!_Messenger_Vista_interface.jpg
http://www.googlea4.com/GoogleA4.com_Portable_Google_Chrome_2.0.156.1.rar
www.googlea4.com/mehr4/magazine/mehr4-booltan5-web.pdf
sefidshahr.googlea4.com/yadegari/Y1.pdf
[/CODE]
_______________________________________________________

and the output:

_______________________________________________________
[CODE]
true : GoogleA4.com_Yahoo!_Messenger_Vista_interface.jpg
true : GoogleA4.com_Portable_Google_Chrome_2.0.156.1.rar
true : mehr4-booltan5-web.pdf
true : Y1.pdf
[/CODE]
_______________________________________________________

but only "Y1.pdf" copied and other files not copied!
i change link order (change "Y1.pdf" and "mehr4-booltan5-web.pdf"):

_______________________________________________________
[CODE]
http://googlea4.com/download/software/internet/Yahoo!_Messenger_Vista_10/GoogleA4.com_Yahoo!_Messenger_Vista_interface.jpg
http://googlea4.com/GoogleA4.com_Portable_Google_Chrome_2.0.156.1.rar
http://sefidshahr.googlea4.com/yadegari/Y1.pdf
http://googlea4.com/mehr4/magazine/mehr4-booltan5-web.pdf
[/CODE]
_______________________________________________________

in this order only "mehr4-booltan5-web.pdf" copied and other files not copied!
and return this output:
_______________________________________________________

[CODE]
true : GoogleA4.com_Yahoo!_Messenger_Vista_interface.jpg
true : GoogleA4.com_Portable_Google_Chrome_2.0.156.1.rar

Warning: copy(http://sefidshahr.googlea4.com/yadegari/Y1.pdf ) [function.copy]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/fhlinux193/b/backup.linkpress.ir/user/htdocs/copy.php on line 9
true : mehr4-booltan5-web.pdf
[/CODE]
_______________________________________________________



Answers

nicht registriert  [login]




spam prevention: please repeat the code displayed below
Cryptographp PictureReload



Search
   

question tags

Bookmark this page Wong Linkarena Webnews Delicious Technorati Furl Yahoo_myweb Google_bmarks Blinklist Magnolia Windows_live Digg Netscape Stumbleupon Newsvine Reddit Tailrank Spurl Yigg