edtFTPj/Free - Open-source FTP library for Java | Download


com.enterprisedt.net.ftp
Interface FTPMessageListener

All Known Implementing Classes:
FTPMessageCollector

public interface FTPMessageListener

Listens for and is notified of FTP commands and replies.

Version:
$Revision: 1.2 $
Author:
Bruce Blackshaw

Method Summary
 void logCommand(java.lang.String cmd)
          Log an FTP command being sent to the server
 void logReply(java.lang.String reply)
          Log an FTP reply being sent back to the client
 

Method Detail

logCommand

void logCommand(java.lang.String cmd)
Log an FTP command being sent to the server

Parameters:
cmd - command string

logReply

void logReply(java.lang.String reply)
Log an FTP reply being sent back to the client

Parameters:
reply - reply string


Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.