thanks for your reply, i will check the codes..
2009/2/11 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 ser
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
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
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 'put' failed. i checked
the api of storeFile, abd