ReportMill 12 API

com.reportmill.datasource
Class RMFTPClient.FtpClientPlus

java.lang.Object
  extended by sun.net.NetworkClient
      extended by sun.net.TransferProtocolClient
          extended by sun.net.ftp.FtpClient
              extended by com.reportmill.datasource.RMFTPClient.FtpClientPlus
Enclosing class:
RMFTPClient

public static class RMFTPClient.FtpClientPlus
extends sun.net.ftp.FtpClient

An FTPClient subclass to promote issueCommand to public.


Field Summary
 
Fields inherited from class sun.net.ftp.FtpClient
FTP_PORT, welcomeMsg
 
Fields inherited from class sun.net.NetworkClient
serverInput, serverOutput
 
Constructor Summary
RMFTPClient.FtpClientPlus(java.lang.String aHost)
          Create new FtpClientPlus.
 
Method Summary
 int issueCommand(java.lang.String arg0)
          Override to make public.
 
Methods inherited from class sun.net.ftp.FtpClient
append, ascii, binary, cd, cdUp, closeServer, get, getFtpProxyHost, getFtpProxyPort, getUseFtpProxy, list, login, matchNonProxyHosts, nameList, noop, openServer, openServer, put, pwd, reInit, rename, system
 
Methods inherited from class sun.net.TransferProtocolClient
getResponseString, getResponseStrings, readServerResponse, sendServer
 
Methods inherited from class sun.net.NetworkClient
getConnectTimeout, getReadTimeout, serverIsOpen, setConnectTimeout, setReadTimeout
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMFTPClient.FtpClientPlus

public RMFTPClient.FtpClientPlus(java.lang.String aHost)
                          throws java.io.IOException
Create new FtpClientPlus.

Throws:
java.io.IOException
Method Detail

issueCommand

public int issueCommand(java.lang.String arg0)
                 throws java.io.IOException
Override to make public.

Overrides:
issueCommand in class sun.net.ftp.FtpClient
Throws:
java.io.IOException

ReportMill 12 API