If rmapi mput /f1/f2 and on the rM exists only f1, f2 should be created as a child of f1. If no folder alike exists yet, both should be created. What do you think about this behavior? Maybe we can use a flag for it e.g. -r or -R ?
Another question - what do you think about moving mput syntax-wise in the direction of rsync-alikes?
Something like rmapi mput <src> <dest>? So we could fuse the put and get commands?
If
rmapi mput /f1/f2
and on the rM exists only f1, f2 should be created as a child of f1. If no folder alike exists yet, both should be created. What do you think about this behavior? Maybe we can use a flag for it e.g. -r or -R ?Another question - what do you think about moving mput syntax-wise in the direction of rsync-alikes?
Something like
rmapi mput <src> <dest>
? So we could fuse the put and get commands?