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

Uses of FileObject in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return FileObject
 FileObject FileSystemView.getCurrentDirectory()
          Get user current directory.
 FileObject FileSystemView.getFileObject(java.lang.String file)
          Get file object.
 FileObject FileSystemView.getHomeDirectory()
          Get the user home directory.
 FileObject FtpSession.getRenameFrom()
          Get rename from file object.
 FileObject[] FileObject.listFiles()
          List file objects.
 

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



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