예제 #1
0
	def connectionLost(self, reason):
		self.__logInfo('disconnected', '', True)
		FTP.connectionLost(self, reason)
예제 #2
0
 def connectionLost(self, reason):
     self.logIt('disconnected', True)
     ##print('disconnected', '', True)
     FTP.connectionLost(self, reason)
예제 #3
0
	def connectionLost(self, reason):
		self.__logInfo('disconnected', '', True)
		FTP.connectionLost(self, reason)