Does anybody now,
what this error message mean?
I can see no mistace in my code:

$mode = FTP_BINARY;
$picuploadname = $picupload[$i];
$piclocalname = "../pictures/".$piclocal[$i];
ftp_put($conn_ftp,$picuploadname ,$piclocalname ,$mode);

The connection is correct and the files are putted but there always appears
this message.
Anyone any idea?

Harry

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to