os-js / osjs-server

OS.js Server Module
https://manual.os-js.org
Other
19 stars 21 forks source link

Improve copy/move target path handling #20

Open andersevenrud opened 5 years ago

andersevenrud commented 5 years ago

Right now the API expects explicit target filenames (i.e. foo:/file.txt -> foo:/bar/file.txt) in order for these operations to work.

It would be nice to have the resolver apply the filename on the destination if it was not given (i.e. foo:/file.txt -> foo:/).

See also: https://github.com/os-js/osjs-client/issues/80