Welcome Guest, Not a member yet? Register   Sign In
checking if a remote directory exists...
#5

[eluser]chamil sanjeewa[/eluser]
I havu use your codes early but I had a problem with it.
the below one works fine
Code:
if (count($this->ftp->list_files($this->image_path)) == 0) { // check if Client directory exists if not CREATE IT
            $this->ftp->mkdir('foldername/foldername/foldername', DIR_WRITE_MODE);
  
        }


Messages In This Thread
checking if a remote directory exists... - by El Forum - 10-30-2009, 04:33 PM
checking if a remote directory exists... - by El Forum - 10-30-2009, 05:06 PM
checking if a remote directory exists... - by El Forum - 10-30-2009, 05:10 PM
checking if a remote directory exists... - by El Forum - 03-24-2011, 05:39 AM
checking if a remote directory exists... - by El Forum - 04-06-2011, 06:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB