ID:               27491
 User updated by:  joerg dot klein at ifsam dot lu
 Reported By:      joerg dot klein at ifsam dot lu
 Status:           Bogus
 Bug Type:         FTP related
 Operating System: win2k
 PHP Version:      4.3.4
 New Comment:

do you have done some changes yet?


Previous Comments:
------------------------------------------------------------------------

[2004-03-08 06:51:59] [EMAIL PROTECTED]

Then we can't help you with it.

------------------------------------------------------------------------

[2004-03-08 06:45:56] joerg dot klein at ifsam dot lu

I can't test it on my test system and I don't want to install a CVS
Snapshot on my live system.

------------------------------------------------------------------------

[2004-03-08 06:36:29] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2004-03-08 03:11:47] joerg dot klein at ifsam dot lu

ok, here you get some more infos:

the scripts connects to this FTP-Server: cl06 FTP server (SunOS 5.8)



connection:

  $conn_ftp = ftp_connect($ftp_server); 

  $login_result = ftp_login($conn_ftp, $ftp_user_name,
$ftp_user_pass);

  ftp_pasv($conn_ftp, true);



upload (9 times in the script):

ftp_put($conn_ftp, $path_file_ImportFinished_t,
$path_file_ImportFinished_s, FTP_BINARY); 



I expect all files to be uploaded correctly, but sometimes I get the
warning for upload #3, sometimes for upload #6,...

and the file does not get uploaded.

In 99.9% of the time the script works without a problem!



If you need some more infos, leave a note ;)

------------------------------------------------------------------------

[2004-03-05 18:52:37] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

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/27491

-- 
Edit this bug report at http://bugs.php.net/?id=27491&edit=1

Reply via email to