Open andersevenrud opened 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.
foo:/file.txt -> foo:/bar/file.txt
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:/).
foo:/file.txt -> foo:/
See also: https://github.com/os-js/osjs-client/issues/80
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