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