[Twisted-Python] Need help using FTPClient

Kevin Horn kevin.horn at gmail.com
Wed Jan 2 12:19:20 EST 2013


On Fri, Dec 28, 2012 at 11:21 AM, Master Corp <corpmasters at gmail.com> wrote:

> OK, thank you for your help
>
> 2012/12/28 Itamar Turner-Trauring <itamar at futurefoundries.com>
>
>>
>>
>> On Thu, Dec 27, 2012 at 11:48 PM, Glyph <glyph at twistedmatrix.com> wrote:
>>
>>>
>>>
>>> Is there any reason you want to use Twisted to do your SOCKS proxying?
>>>  Programs like 'socksify' typically do what you need in a general way that
>>> does not require any awareness from your application.  (Twisted does have a
>>> SOCKS implementation, but it's rarely worth the trouble to plug it in.)
>>>
>>
>> Twisted does not have a SOCKS client, actually, only a server AFAIK.
>>
>> IIRC there's a 3rd party client library, but on github so therefore
>> impossible to find.
>>
>> _______________________________________________
>> Twisted-Python mailing list
>> Twisted-Python at twistedmatrix.com
>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>>
>>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
>
There is a SOCKS5 client in a Twisted ticket, but it hasn't been merged
into trunk yet (for lack of tests IIRC).  I don't know whether it still
works, but it did at one time.

Here's the ticket:
http://twistedmatrix.com/trac/ticket/1330

--
Kevin Horn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20130102/4735a081/attachment.htm 


More information about the Twisted-Python mailing list