barryvdh / laravel-elfinder

elFinder bundle for Laravel
738 stars 171 forks source link

not work create .tmb in ftp #263

Open vahidalvandi opened 4 years ago

vahidalvandi commented 4 years ago
    'disks' =>[
        'ftp' => [
            'alias' => 'Cloud Storage',
            'path' => 'public_html/1',
            'URL' => 'https://bk.mysie.com/1',
            'imgLib'     => 'auto',
            'tmbPath'    => 'public_html/1/.tmb',
            'tmpPath'    => 'public_html/1/.tmp',
            'quarantine' => 'public_html/1/.quarantine',
            'attributes' => array(
                array(
                    'pattern' => '/\/\./',
                    'read' => false,
                    'write' => false,
                    'locked' => true,
                    'hidden' => true
                )
            )
        ]
      ]

it work fine with upload file and create folder but cant create .tmb folder i work many hour for solve this but i can't solve. please help me

vahidalvandi commented 4 years ago

i sovled it tmp file store in localhost

https://github.com/Studio-42/elFinder/issues/3011