Welcome Guest, Not a member yet? Register   Sign In
FTP class
#1

[eluser]Unknown[/eluser]
please help

Code:
$this->ftp->rename('/thumbdragon.gif', '/asd.gif');
works fine
but
Code:
$this->ftp->download('/asd.gif', 'C:/asd.gif', 'ascii');
respond with error cannot download, check the path

Same upload(), download()

mirror() throws no error and do nothing

why do I get this error?
#2

[eluser]PhilTem[/eluser]
From the user's guide
Quote:$this->ftp->download()
Returns FALSE if the download does not execute successfully (including if PHP does not have permission to write the local file)

And I'm pretty damn sure that your PHP does not have permissions to write on C:/ Wink
#3

[eluser]Unknown[/eluser]
Thanks.
It was for image gallery purpose and it works fine on localhost. Anyway I found image CRUD.




Theme © iAndrew 2016 - Forum software by © MyBB