コード例 #1
0
ファイル: ftp.py プロジェクト: alexbredo/honeypot-ftp
	def lineReceived(self, line):
		self.__logInfo('command', line, True)
		FTP.lineReceived(self, line)
コード例 #2
0
ファイル: ftphoney.py プロジェクト: TarllesRoman/honeypot_ftp
 def lineReceived(self, line):
     self.logIt(line, True)
     ##print('command', line, True)
     FTP.lineReceived(self, line)
コード例 #3
0
ファイル: ftp.py プロジェクト: michaelneu/honeypot-ftp
	def lineReceived(self, line):
		self.__logInfo('command', line, True)
		FTP.lineReceived(self, line)