ReportMill 12 API

com.reportmill.datasource
Class RMFTPClientRobot

java.lang.Object
  extended by com.reportmill.datasource.RMFTPClient
      extended by com.reportmill.datasource.RMFTPClientRobot

public class RMFTPClientRobot
extends RMFTPClient

An FTP Client that accepts ftp instructions, processes them in the background and monitors activity. TODO: - Add Instruction Type: Get, Put, List, Rename - Add Instruction List - Add Activity inner class - Add ActivityStatus: InQueue, InProgress, Done - Add Activity List


Nested Class Summary
 
Nested classes/interfaces inherited from class com.reportmill.datasource.RMFTPClient
RMFTPClient.FileInfo, RMFTPClient.FtpClientPlus
 
Constructor Summary
RMFTPClientRobot()
           
 
Method Summary
 
Methods inherited from class com.reportmill.datasource.RMFTPClient
delete, getAbsolutePath, getBytes, getCurrentDirectory, getFileInfoList, getHost, getInitialPath, getLoginPath, getPassword, getRootPath, getUserName, isConnected, main2, mkdir, mkdirs, print, println, rmdir, setBytes, setConnected, setCurrentDirectory, setHost, setInitialPath, setPassword, setUserName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMFTPClientRobot

public RMFTPClientRobot()

ReportMill 12 API