You should try the paramiko package for that (http://www.lag.net/paramiko/)
A google search on that package & SFTP got me this example:
http://commandline.org.uk/python/sftp-python/
Cheers
Jorge
On Fri, Jan 9, 2009 at 1:20 PM, loial wrote:
> On 8 Jan, 18:49, Mike Hjorleifsson wrote:
> > On Ja
On 8 Jan, 18:49, Mike Hjorleifsson wrote:
> On Jan 8, 10:39 am, loial wrote:
>
> > Is it possible to usesftpwithout a password from python?
>
> Yes you can use keys you preestablish between the server and client so
> you dont need passwords, i do this on all my servers then lock off the
> ability
On Jan 8, 10:39 am, loial wrote:
> Is it possible to use sftp without a password from python?
Yes you can use keys you preestablish between the server and client so
you dont need passwords, i do this on all my servers then lock off the
ability to accept passwords at all, this way no one can dicti