Improve copy/move target path handling #20
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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: os-js/osjs-client#80
The text was updated successfully, but these errors were encountered: