Does anyone know of a way that one could pull all the files from a particular folder without specifying each individually? I'm importing through Jelly, and have tried a few different methods, but haven't yet found a way. Anyone know if there is a wildcard character that I could use or another solution to this, if it's even possible?
Sure, you should be able to pull that off with a shell script that uses cURL. Pass the approprite variables to the URL (included a $1 of the Jelly script file) and then run something like this from your server command line:
for i in `ls /path/to/jelly/scripts`; do /path/to/curl/script $i; done
The URL for the JellyRunner is: http://<server>/secure/admin/util/JellyRunner.jspa
Tested with 3.5 : Takte the webdav plugin and
I have not found a way to assign tags as of yet, so I workaround witht he Adaptavist Label-Tools like this :
"CaseSensitiveFolderName.txt"
some content you think appropriate {add-label:desiredlabel}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.