org.apache.ftpserver.ftplet
Interface FileSystemManager


public interface FileSystemManager

This is the file system manager - it returns the file system view for user.


Method Summary
 FileSystemView createFileSystemView(User user)
          Create user specific file system view.
 

Method Detail

createFileSystemView

FileSystemView createFileSystemView(User user)
                                    throws FtpException
Create user specific file system view.

Throws:
FtpException


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