secure uploading

2005-07-16 Thread macaronikazoo
hi i'm after a way to securely upload a file to a web server and I'm wondering how to go about it. basically i want to upload a small text file to my hosted webspace once every hour or so. because it will be happening once an hour, i want to make sure the transaction is encrypted, but i don't rea

Re: secure uploading

2005-07-16 Thread macaronikazoo
well I want a script to upload something automatically, so i need a python script to do that for me. my hoster has ssl enabled on their server and I have generated a key. but now I need to know how to upload something using ssl to the server. how to I ftp something to the server using ssl? thank

Re: secure uploading

2005-07-16 Thread macaronikazoo
ok, so what can I do to get something uploaded? how can I upload something via http? -- http://mail.python.org/mailman/listinfo/python-list

Re: secure uploading

2005-07-16 Thread macaronikazoo
oh ok cool. I'll ask them for some advice. thanks! -- http://mail.python.org/mailman/listinfo/python-list

__new__ woes with list

2008-11-21 Thread macaronikazoo
i'm having a hell of a time getting this to work. basically I want to be able to instantiate an object using either a list, or a string, but the class inherits from list. if the class is instantiated with a string, then run a method over it to tokenize it in a meaningful way. so how come this do

Re: __new__ woes with list

2008-11-21 Thread macaronikazoo
ok thansk - i will search again. i did try searching but didn't find anything relevant... -- http://mail.python.org/mailman/listinfo/python-list