I'm trying to upload everything in a folder besides a .avi file and i was wondering what i would put at the end of the path for it to ignore all avi files.
I know that putting "/*avi" will make it upload only the avi, but i'm trying to make it upload everything besides the avi.
So can someone give me some pointers as i'm still fairly new the ubuntu world.
Here is the command i'm using
python poster.py -f "[test]" -c sample.conf -g alt.binaries.test /killer/Desktop/Downloads/the\folder\i\wanna\upload/*
I'm just trying to figure what i'd have to do to upload that whole folder, but not upload the avi files inside it. I would just move the avi files out, but i plan on doing stuff like this a lot so i don't wanna have to keep moving the files and would rather just know how to exclude them.