Re: SSH File Transfer Protocol or SFTP

2006-12-11 Thread Lad
Avell Diroll wrote: > Lad wrote: > > Is there a module in Python available that I can use for uploading > > files via > > SFTP (SSH File Transfer Protocol)? > > Or do you think that FTP protocol for files uploading is OK? > > Thank you for replies > > Lad. > > > > I believe there are many of th

Re: SSH File Transfer Protocol or SFTP

2006-12-11 Thread Avell Diroll
Lad wrote: > Is there a module in Python available that I can use for uploading > files via > SFTP (SSH File Transfer Protocol)? > Or do you think that FTP protocol for files uploading is OK? > Thank you for replies > Lad. > I believe there are many of those, personally i am using paramiko :

Re: SSH File Transfer Protocol or SFTP

2006-12-11 Thread Jan Dries
Lad wrote: > Is there a module in Python available that I can use for uploading > files via > SFTP (SSH File Transfer Protocol)? > Or do you think that FTP protocol for files uploading is OK? > Thank you for replies > Lad. You probably want Paramiko (http://www.lag.net/paramiko/). It provides

Re: SSH File Transfer Protocol or SFTP

2006-12-11 Thread Jean-Paul Calderone
On 11 Dec 2006 07:29:27 -0800, Lad <[EMAIL PROTECTED]> wrote: >Is there a module in Python available that I can use for uploading >files via > SFTP (SSH File Transfer Protocol)? >Or do you think that FTP protocol for files uploading is OK? >Thank you for replies >Lad. > Twisted Conch includes su