[Twisted-Python] Need help using FTPClient

2012-12-27 Thread Master Corp
Hi. I am new to Twisted. I am using this code: http://twistedmatrix.com/documents/current/core/examples/ftpclient.py Can this example be used to connect to an FTP through a SOCKS4/5 proxy? Can somebody provide an example of

Re: [Twisted-Python] Need help using FTPClient

2012-12-28 Thread Master Corp
I want to make a script that does some simple ftp tasks (using socks) on a list of severs. I thought twisted is a good choice. 2012/12/28 Glyph > > On Dec 27, 2012, at 9:33 AM, Master Corp wrote: > > Hi. I am new to Twisted. I am using this code: > > > http://twiste

Re: [Twisted-Python] Need help using FTPClient

2012-12-28 Thread Master Corp
e easier to use Twisted only for the FTP-y bits, and rely on other > software (such as socksify) to handle the SOCKS parts :) > > So, to rephrase the question: is there a reason you're not using an > external app to do the SOCKS parts? > > > On Fri, Dec 28, 2012 at 10:00 AM,

Re: [Twisted-Python] Need help using FTPClient

2012-12-28 Thread Master Corp
OK, thank you for your help 2012/12/28 Itamar Turner-Trauring > > > On Thu, Dec 27, 2012 at 11:48 PM, Glyph 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