Flysystem Versions Save

Abstraction for local and remote filesystems

0.2.3

10 years ago

The writeStream method now ensures the existence of the parent directory before opening a stream.

0.2.1

10 years ago

0.1.16

10 years ago

Flysystem will now resolve relative paths, when unresolvable it will throw an exception (LogicException). file (or dir) paths that reach outside of the specified root are now disallowed which makes the entire API more secure and friendly to use. A path like some/nested/../location will be converted to some/location, making sure the cached metadata is correct and protecting you from possible security exploits when building file managers.

0.1.14

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

Various bugfixes and anonymous ftp support.