[Twisted-Python] What is The Correct Way to Close a Twisted Conch SSH Connection?

Hi all, I've got an application that moves files around between hosts and SFTP is one of the protocols it needs to support. I'm currently using Twisted Conch for the SFTP implementation but have come across a problem where I'm not able to gracefully close SSH connections. I am new to Twisted so I don't feel confident that I'm going about this the correct way. I've asked in #twisted, SO, and exhausted as many tutorials as I could find, but I still haven't been able to find the correct way to close SSH connections. If someone could take a peak at my SO post and point me in the right direction I would greatly appreciate it. http://stackoverflow.com/questions/13920962/what-is-the-correct-way-to-close... I'm using Twisted 12.3.0. Thanks a ton! --Vye
participants (1)
-
Vye Wilson