Re: secure uploading

2005-07-19 Thread Jorgen Grahn
On 16 Jul 2005 18:28:33 -0700, macaronikazoo <[EMAIL PROTECTED]> wrote: > well I want a script to upload something automatically, so i need a > python script to do that for me. Well, you need /something/. If you are on a Unix machine, you'd be better off with a cron job. > my hoster has ssl enabl

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

Re: secure uploading

2005-07-16 Thread Paul Rubin
"macaronikazoo" <[EMAIL PROTECTED]> writes: > ok, so what can I do to get something uploaded? how can I upload > something via http? Depends on your web host. At worst, use a server side script to accept the upload. You're asking basic webmaster-type questions. This really isn't the best place

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 Paul Rubin
"macaronikazoo" <[EMAIL PROTECTED]> writes: > 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. h

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 Paul Rubin
"macaronikazoo" <[EMAIL PROTECTED]> writes: > 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 s