Class FTP.FTPDirectoryScanner.AntFTPRootFile

java.lang.Object
org.apache.tools.ant.taskdefs.optional.net.FTP.FTPDirectoryScanner.AntFTPFile
org.apache.tools.ant.taskdefs.optional.net.FTP.FTPDirectoryScanner.AntFTPRootFile
Enclosing class:
FTP.FTPDirectoryScanner

protected class FTP.FTPDirectoryScanner.AntFTPRootFile
extends FTP.FTPDirectoryScanner.AntFTPFile
special class to represent the remote directory itself
Since:
Ant 1.6
  • Constructor Details

    • AntFTPRootFile

      public AntFTPRootFile​(org.apache.commons.net.ftp.FTPClient aclient, java.lang.String remotedir)
      constructor
      Parameters:
      aclient - FTP client
      remotedir - remote directory
  • Method Details