org.mule.tck.util.ftp
Class FtpServer

java.lang.Object
  extended by org.mule.tck.util.ftp.FtpServer

public class FtpServer
extends Object


Field Summary
static String FTP_SERVER_BASE_DIR
           
 
Constructor Summary
FtpServer(String ftpHost, int ftpPort, String ftpUser, String ftpPassword)
           
 
Method Summary
 FtpClient getFtpClient()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FTP_SERVER_BASE_DIR

public static final String FTP_SERVER_BASE_DIR
See Also:
Constant Field Values
Constructor Detail

FtpServer

public FtpServer(String ftpHost,
                 int ftpPort,
                 String ftpUser,
                 String ftpPassword)
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

getFtpClient

public FtpClient getFtpClient()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.