Project

General

Profile

Feature #20806

Updated by Peter Amstutz 10 months ago

Users can upload to collections, but can't otherwise easily manipulate collection contents from the CLI (writing Python code or using the raw @replace_files@ API doesn't count). 

 arv-put should have options to do the following: 

 * move a file from one directory to another 
 * rename a file 
 * move a directory from one location to another 
 * delete a file 
 * delete a directory 
 * upload a file to a specific sub-directory 

Back