Re: [Twisted-Python] dynamic FTP realm

2012-10-01 Thread Paul Wiseman
On 1 October 2012 16:52, Itamar Turner-Trauring wrote: > > > On Mon, Oct 1, 2012 at 5:38 AM, Paul Wiseman wrote: > >> >> I made an api for the web requests- the call isn't so straightforward, >> all the information is sent in POST formatted a certain way and there's >> also a credentials part wit

Re: [Twisted-Python] dynamic FTP realm

2012-10-01 Thread Itamar Turner-Trauring
On Mon, Oct 1, 2012 at 5:38 AM, Paul Wiseman wrote: > > I made an api for the web requests- the call isn't so straightforward, all > the information is sent in POST formatted a certain way and there's also a > credentials part with a token and other bits with secrets used to auth the > request. S

Re: [Twisted-Python] dynamic FTP realm

2012-10-01 Thread Paul Wiseman
On 30 September 2012 13:59, Itamar Turner-Trauring < ita...@futurefoundries.com> wrote: > > > On Sun, Sep 30, 2012 at 8:38 AM, Paul Wiseman wrote: > >> >> That is likely a much better idea! Will I need to use some threading if >> I'm making web calls then from list? Presumably if I don't the who

Re: [Twisted-Python] dynamic FTP realm

2012-09-30 Thread Itamar Turner-Trauring
On Sun, Sep 30, 2012 at 8:38 AM, Paul Wiseman wrote: > > That is likely a much better idea! Will I need to use some threading if > I'm making web calls then from list? Presumably if I don't the whole > process will block while it's waiting for web responses? > If you're using Twisted's web clie

Re: [Twisted-Python] dynamic FTP realm

2012-09-30 Thread Paul Wiseman
On 29 September 2012 21:21, wrote: > On 07:44 pm, poal...@gmail.com wrote: > > > >Thank you. I've made quite a bit of progress and now have my own > >Portal, > >CredentialsChecker, Realm, Shell, and FilePath object. > > > >One thing I haven't been able to work out is, when I override, lets say >

Re: [Twisted-Python] dynamic FTP realm

2012-09-29 Thread exarkun
On 07:44 pm, poal...@gmail.com wrote: > >Thank you. I've made quite a bit of progress and now have my own >Portal, >CredentialsChecker, Realm, Shell, and FilePath object. > >One thing I haven't been able to work out is, when I override, lets say >listdir for example in FilePath, I need to make a w

Re: [Twisted-Python] dynamic FTP realm

2012-09-29 Thread Paul Wiseman
On 28 September 2012 15:32, Tom Sheffler wrote: > Hi Paul - > > I'm very new to twisted (I've only just started using it, so I apologise if >> anything I ask is seemingly obvious!). >> I'm looking to try and set up a FTP server which will serve a file >> structure and files which don't exists on

Re: [Twisted-Python] dynamic FTP realm

2012-09-28 Thread Tom Sheffler
Hi Paul - I'm very new to twisted (I've only just started using it, so I apologise if > anything I ask is seemingly obvious!). > I'm looking to try and set up a FTP server which will serve a file > structure and files which don't exists on the server (the file structure > information is stored on

[Twisted-Python] dynamic FTP realm

2012-09-27 Thread Paul Wiseman
I'm very new to twisted (I've only just started using it, so I apologise if anything I ask is seemingly obvious!). I'm looking to try and set up a FTP server which will serve a file structure and files which don't exists on the server (the file structure information is stored on cassandra, and the