com.taka_2.ftp.command
インタフェース FTPCommand

既知の実装クラスの一覧:
FTPCommandAdapter

public interface FTPCommand


メソッドの概要
 java.lang.String execCommand(Session session, java.lang.String commandLine)
          commandLineを送信し、結果を文字列取得する
 

メソッドの詳細

execCommand

public java.lang.String execCommand(Session session,
                                    java.lang.String commandLine)
                             throws FTPException,
                                    java.io.IOException
commandLineを送信し、結果を文字列取得する

FTPException
java.io.IOException