Re: [Twisted-Python] need help for twisted FTPClient

2009-02-11 Thread George Pauly
Ioscas, I don't know much about FTP, but your code doesn't look much like the example (http://twistedmatrix.com/projects/core/documentation/examples/) . This page wasn't hard for me to find. I used "ftp twisted example" in search.yahoo.com. -George On Wed, 2009-02-11 at 11:43 +0800, 柳锴 wrote

[Twisted-Python] Bad signature using conch ssh

2009-02-11 Thread Jonathan Marshall
I'm receiving 'Bad signature' when trying to connect to an SSH server, however I'm able to connect OK using OpenSSH. I'm hoping that somebody here can help me get to the bottom of this! Using twisted: $ python -m twisted.conch.scripts.conch -v xxx [-] Log opened. [-] Starting factory instance

Re: [Twisted-Python] need help for twisted FTPClient

2009-02-11 Thread Jean-Paul Calderone
On Wed, 11 Feb 2009 11:43:07 +0800, 柳锴 wrote: hello, everyone: I'm new to twisted and ftp protocol. for some purpose, i need a python ftp client to do list, get, put, remove operations upon a FTP server which is implemented with twisted. here is my codes, testing for 'get' passed, but 'pu