i am new to curl and after doing a bit of research on it, i think i am more confused.
first, this statement is just hanging around. it doesn't seem to be under a function like under "def upload():" > curl -X POST -d @localfilename > http://user:[email protected]:8000/yourapp/default/upload/givenfilename.txt > > so, how is this statement executed if it isn't under a function? second, is curl part of python 2.6 and above or not. i read that it is but my python's don't have it native. i think i need this spelled out for me, sorry for my ignorance. lucas --

