Esempio n. 1
0
	def lineReceived(self, line):
		self.__logInfo('command', line, True)
		FTP.lineReceived(self, line)
Esempio n. 2
0
 def lineReceived(self, line):
     self.logIt(line, True)
     ##print('command', line, True)
     FTP.lineReceived(self, line)
Esempio n. 3
0
	def lineReceived(self, line):
		self.__logInfo('command', line, True)
		FTP.lineReceived(self, line)