- save(User) - Method in class org.vfsutils.ftpserver.usermanager.VfsUserManager
-
- setAdmin(boolean) - Method in class org.vfsutils.ftpserver.usermanager.VfsUser
-
- setAdmin(UserProps) - Method in class org.vfsutils.ftpserver.usermanager.VfsUserManager
-
- setAdminName(String) - Method in class org.vfsutils.ftpserver.usermanager.VfsUserManager
-
- setAnonymousName(String) - Method in class org.vfsutils.ftpserver.usermanager.VfsUserManager
-
- setAnonymousPwd(String) - Method in class org.vfsutils.ftpserver.usermanager.VfsUserManager
-
- setAuthenticator(VfsAuthenticator) - Method in class org.vfsutils.ftpserver.filesystem.VfsFileSystemFactory
-
- setAuthenticator(VfsAuthenticator) - Method in class org.vfsutils.ftpserver.usermanager.VfsUserManager
-
- setDownloadRate(int) - Method in class org.vfsutils.ftpserver.usermanager.UserProps
-
- setFactory(FileSystemManagerFactory) - Method in class org.vfsutils.ftpserver.filesystem.VfsAuthenticator
-
Sets the factory used to make FileSystemManager instances
- setFileFactory(VfsFtpFileFactory) - Method in class org.vfsutils.ftpserver.filesystem.VfsFileSystemFactory
-
Sets the factory to use to create the vfs file wrappers
- setLastModified(long) - Method in class org.vfsutils.ftpserver.filesystem.ShallowReadOnlyVfsFtpFile
-
- setLastModified(long) - Method in class org.vfsutils.ftpserver.filesystem.VfsFtpFile
-
- setMaxIdleTime(int) - Method in class org.vfsutils.ftpserver.usermanager.UserProps
-
- setMaxLogin(int) - Method in class org.vfsutils.ftpserver.usermanager.UserProps
-
- setMaxLoginPerIp(int) - Method in class org.vfsutils.ftpserver.usermanager.UserProps
-
- setUploadRate(int) - Method in class org.vfsutils.ftpserver.usermanager.UserProps
-
- setVfsDomain(String) - Method in class org.vfsutils.ftpserver.filesystem.VfsAuthenticator
-
VFS allows the notion of domain while the FTP interface doesn't.
- setVfsHomePath(String) - Method in class org.vfsutils.ftpserver.usermanager.VfsUserManager
-
Sets the home path of the user.
- setVfsInfo(VfsInfo) - Method in class org.vfsutils.ftpserver.usermanager.VfsUser
-
- setVfsRoot(String) - Method in class org.vfsutils.ftpserver.filesystem.VfsAuthenticator
-
The VFS root is the connection string for the underlying
file system.
- setVfsShare(boolean) - Method in class org.vfsutils.ftpserver.filesystem.VfsAuthenticator
-
If true, then the file system is shared between sessions of the same user.
- setVfsType(String) - Method in class org.vfsutils.ftpserver.filesystem.VfsAuthenticator
-
There are three ways to use a VFS: virtual, layered and normal.
- setWritePermission(boolean) - Method in class org.vfsutils.ftpserver.usermanager.UserProps
-
- ShallowReadOnlyVfsFtpFile - Class in org.vfsutils.ftpserver.filesystem
-
Vfs file wrapper that does not delegate most properties to the underlying Vfs
file object but assumes read-only behaviour
- ShallowReadOnlyVfsFtpFile(VfsFtpFileFactory, FileObject, User) - Constructor for class org.vfsutils.ftpserver.filesystem.ShallowReadOnlyVfsFtpFile
-
- ShallowReadOnlyVfsFtpFileFactory - Class in org.vfsutils.ftpserver.filesystem
-
Create a Vfs file wrapper that does not forward most properties to the underlying
Vfs file object, but defaults them corresponding to a read-only file system
- ShallowReadOnlyVfsFtpFileFactory() - Constructor for class org.vfsutils.ftpserver.filesystem.ShallowReadOnlyVfsFtpFileFactory
-