Uses of Interface
org.apache.ftpserver.ftplet.FtpFile

Packages that use FtpFile
org.apache.ftpserver.ftplet   
 

Uses of FtpFile in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return FtpFile
 FtpFile FileSystemView.getFile(java.lang.String file)
          Get file object.
 FtpFile FileSystemView.getHomeDirectory()
          Get the user home directory.
 FtpFile FtpSession.getRenameFrom()
          Get rename from file object.
 FtpFile FileSystemView.getWorkingDirectory()
          Get user current directory.
 

Methods in org.apache.ftpserver.ftplet that return types with arguments of type FtpFile
 java.util.List<FtpFile> FtpFile.listFiles()
          List file objects.
 

Methods in org.apache.ftpserver.ftplet with parameters of type FtpFile
 boolean FtpFile.move(FtpFile destination)
          Move file.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.