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