Welcome Guest, Not a member yet? Register   Sign In
Ftp class - ftp->mirror()
#1

[eluser]Irimia[/eluser]
Hello everyone,

I just discovered that ftp->mirror() is not working as it should (or at least as i understanded from User Guide). Is uploading everything, but not .NAME files, like .htaccess or .htpasswd.

Checking the Ftp.php class, the problem is from line 509

Code:
elseif(substr($file, 0, 1) != ".") //<--
{
// Get the file extension so we can se the upload type
$ext = $this->_getext($file);
$mode = $this->_settype($ext);
                    
$this->upload($locpath.$file, $rempath.$file, $mode);
}

Now, i don't know if this is how should work or is just a little bug.

Thank you,
#2

[eluser]Irimia[/eluser]
I think i posted this in wrong place. Can some one move it to Bug Reports?

Thank you,




Theme © iAndrew 2016 - Forum software by © MyBB