barryvdh / elfinder-flysystem-driver

elFinder driver for Flysystem
183 stars 41 forks source link

About unsupported commands (symlink, archive, extract, chmod) #54

Open taylankasap opened 7 years ago

taylankasap commented 7 years ago

Are these commands not yet implemented or they can't be implemented due to the nature of flysystem?

barryvdh commented 7 years ago

Cant

ntesic commented 7 years ago

Is there any limitations or what? Why can't be implemented?

barryvdh commented 7 years ago

Because those actions are not supported by flysystem.

barryvdh commented 7 years ago

Although I guess that archive and extract could be implemented by using the stream methods, but more expensive then on file (you need to download the entire archive to temp and upload the result back and vice-versa). Just not symlink and chmod.