I am trying to add a folder from the local filesystem to dse fs
, but put
does not seem to work with folders and it is expecting specific files. I am using DSE 6.0.x
I am running
dse -u cassadmin -p cassadmin fs "put file location"
to put the file "file" to "location"
Besides shell scripting , is there any other way? Could you please clarify?
Thanks!