Sorry if im annoying, but I think this is a better question than my previous
one of today.
I have some Images in an HTTP Server that I need to transfer to an SFTP server
using a Python script.
So far I can download them to my hard drive, and upload them to the sftp
server; quite easy. I would like to do the transfer without touching my hard
drive.
How could I do that?
Im using paramiko, but STPClient.put() reads from the filesystem.
Thanks
put(self, localpath, remotepath, callback=None)
Copy a local file (localpath) to the SFTP server as remotepath.
_______________________________________________
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor