|
Posted by Alex on 12/05/05 23:01
I tried, but it doesn't work, echo gives nothing.
$putFile = ftp_put($conn, $remotefile, $localfile, FTP_BINARY);
echo $putFile;
"Steve" <googlespam@nastysoft.com> wrote in message
news:1133803303.919070.264430@g14g2000cwa.googlegroups.com...
>
>> All works, I can login, see list of files, but except ftp_put and ftp_get
>> functions. They return always false. I tried to set passive mode, it
>> doesn't
>> help.
>
> Code? Have you tried removing the "@" error-suppressing character from
> the function calls and letting PHP tell you it thinks the problem is?
>
> ---
> Steve
>
Navigation:
[Reply to this message]
|