Re: [Twisted-Python] Conch SFTP Questions

2020-09-22 Thread Robert DiFalco
Thanks! That is the full code. `connect` is from the conch library. On Tue, Sep 22, 2020 at 12:57 PM Adi Roiban wrote: > Hi Robers > > On Tue, 22 Sep 2020 at 16:43, Robert DiFalco > wrote: > >> Hey folks, I've cobbled together an SFTP client based on bits and pieces >> I've found around the web

[Twisted-Python] Request for new Twisted release?

2020-09-22 Thread Craig Rodrigues
Amber, Can we have a new Twisted release within the next two months, say in Nov./Dec. timeframe, or sooner if you'd like? In Twisted trunk, there are a lot of things that would be good to have in a new release. Here are some of the high order items: *Python 3 Fixes* - twist dns --pyzone now

Re: [Twisted-Python] Conch SFTP Questions

2020-09-22 Thread Adi Roiban
Hi Robers On Tue, 22 Sep 2020 at 16:43, Robert DiFalco wrote: > Hey folks, I've cobbled together an SFTP client based on bits and pieces > I've found around the web. The issue is that it appears to be almost one > shot. I will need to send many files (the number not known ahead of time). > It's

[Twisted-Python] Conch SFTP Questions

2020-09-22 Thread Robert DiFalco
Hey folks, I've cobbled together an SFTP client based on bits and pieces I've found around the web. The issue is that it appears to be almost one shot. I will need to send many files (the number not known ahead of time). It's not clear to me when the connection is closed or how many factories I'm c