os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

Improve copy/move target path handling #80

Open andersevenrud opened 4 years ago

andersevenrud commented 4 years ago

From https://github.com/os-js/osjs-server/issues/20

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:/).