A B C D E F G H I L M O P R S T U

A

ASCII - Static variable in class org.apache.ftpserver.ftplet.DataType
ASCII data type
authenticate(Authentication) - Method in interface org.apache.ftpserver.ftplet.UserManager
Authenticate user
Authentication - Interface in org.apache.ftpserver.ftplet
Represents a type of authentication request, typically anonymous or a username and password combination
AuthenticationFailedException - Exception in org.apache.ftpserver.ftplet
Thrown if an authentication request fails
AuthenticationFailedException() - Constructor for exception org.apache.ftpserver.ftplet.AuthenticationFailedException
Default constructor.
AuthenticationFailedException(String) - Constructor for exception org.apache.ftpserver.ftplet.AuthenticationFailedException
Constructs a AuthenticationFailedException object with a message.
AuthenticationFailedException(Throwable) - Constructor for exception org.apache.ftpserver.ftplet.AuthenticationFailedException
Constructs a AuthenticationFailedException object with a Throwable cause.
AuthenticationFailedException(String, Throwable) - Constructor for exception org.apache.ftpserver.ftplet.AuthenticationFailedException
Constructs a AuthenticationFailedException object with a Throwable cause.
Authority - Interface in org.apache.ftpserver.ftplet
Interface for an authority granted to the user, typical example is write access or the number of concurrent logins
AuthorizationRequest - Interface in org.apache.ftpserver.ftplet
A request for authorization for a specific task, for example write access.
authorize(AuthorizationRequest) - Method in interface org.apache.ftpserver.ftplet.Authority
Authorize an AuthorizationRequest.
authorize(AuthorizationRequest) - Method in interface org.apache.ftpserver.ftplet.User
Authorize a AuthorizationRequest for this user

B

BINARY - Static variable in class org.apache.ftpserver.ftplet.DataType
Binary data type

C

canAuthorize(AuthorizationRequest) - Method in interface org.apache.ftpserver.ftplet.Authority
Indicates weather this Authority can authorize a certain request
changeDirectory(String) - Method in interface org.apache.ftpserver.ftplet.FileSystemView
Change directory.
closeDataConnection() - Method in interface org.apache.ftpserver.ftplet.DataConnectionFactory
Close data socket.
createFileSystemView(User) - Method in interface org.apache.ftpserver.ftplet.FileSystemManager
Create user specific file system view.
createInputStream(long) - Method in interface org.apache.ftpserver.ftplet.FileObject
Create input stream for reading.
createOutputStream(long) - Method in interface org.apache.ftpserver.ftplet.FileObject
Create output stream for writing.

D

DataConnection - Interface in org.apache.ftpserver.ftplet
 
DataConnectionFactory - Interface in org.apache.ftpserver.ftplet
 
DataType - Class in org.apache.ftpserver.ftplet
Type safe enum for describing the data type
DefaultFtplet - Class in org.apache.ftpserver.ftplet
Default ftplet implementation.
DefaultFtplet() - Constructor for class org.apache.ftpserver.ftplet.DefaultFtplet
 
delete() - Method in interface org.apache.ftpserver.ftplet.FileObject
Delete file.
delete(String) - Method in interface org.apache.ftpserver.ftplet.UserManager
Delete the user from the system.
destroy() - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
destroy() - Method in interface org.apache.ftpserver.ftplet.Ftplet
Called by the servlet container to indicate to a ftplet that the ftplet is being taken out of service.
dispose() - Method in interface org.apache.ftpserver.ftplet.FileSystemView
Dispose file system view.
doesExist() - Method in interface org.apache.ftpserver.ftplet.FileObject
Does this file exists?
doesExist(String) - Method in interface org.apache.ftpserver.ftplet.UserManager
User existance check.

E

equals(Object) - Method in class org.apache.ftpserver.ftplet.FtpletEnum
Equality check

F

FILE - Static variable in class org.apache.ftpserver.ftplet.Structure
File structure
FileObject - Interface in org.apache.ftpserver.ftplet
This is the file abstraction used by the server.
FileSystemManager - Interface in org.apache.ftpserver.ftplet
This is the file system manager - it returns the file system view for user.
FileSystemView - Interface in org.apache.ftpserver.ftplet
This is an abstraction over the user file system view.
FtpException - Exception in org.apache.ftpserver.ftplet
Ftplet exception class.
FtpException() - Constructor for exception org.apache.ftpserver.ftplet.FtpException
Default constructor.
FtpException(String) - Constructor for exception org.apache.ftpserver.ftplet.FtpException
Constructs a FtpException object with a message.
FtpException(Throwable) - Constructor for exception org.apache.ftpserver.ftplet.FtpException
Constructs a FtpException object with a Throwable cause.
FtpException(String, Throwable) - Constructor for exception org.apache.ftpserver.ftplet.FtpException
Constructs a BaseException object with a Throwable cause.
Ftplet - Interface in org.apache.ftpserver.ftplet
Defines methods that all ftplets must implement.
FtpletContext - Interface in org.apache.ftpserver.ftplet
A ftplet configuration object used by a ftplet container used to pass information to a ftplet during initialization.
FtpletEnum - Class in org.apache.ftpserver.ftplet
This class encapsulates the return values of the ftplet methods.
FtpReply - Interface in org.apache.ftpserver.ftplet
Interface for a reply to an FTP request.
FtpRequest - Interface in org.apache.ftpserver.ftplet
One FtpRequest made by the client.
FtpSession - Interface in org.apache.ftpserver.ftplet
Defines an client session with the FTP server.
FtpStatistics - Interface in org.apache.ftpserver.ftplet
This interface holds all the ftp server statistical information.

G

getAdminName() - Method in interface org.apache.ftpserver.ftplet.UserManager
Get admin user name
getAllUserNames() - Method in interface org.apache.ftpserver.ftplet.UserManager
Get all user names in the system.
getArgument() - Method in interface org.apache.ftpserver.ftplet.FtpRequest
Get the ftp request argument.
getAttribute(String) - Method in interface org.apache.ftpserver.ftplet.FtpSession
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAuthorities() - Method in interface org.apache.ftpserver.ftplet.User
Get all authorities granted to this user
getAuthorities(Class<? extends Authority>) - Method in interface org.apache.ftpserver.ftplet.User
 
getClientAddress() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Returns the IP address of the client that sent the request.
getClientCertificates() - Method in interface org.apache.ftpserver.ftplet.FtpSession
 
getCode() - Method in interface org.apache.ftpserver.ftplet.FtpReply
The reply code
getCommand() - Method in interface org.apache.ftpserver.ftplet.FtpRequest
Returns the ftp request command.
getConnectionTime() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get connection time.
getCurrentAnonymousLoginNumber() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get current anonymous login number.
getCurrentConnectionNumber() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get current number of connections.
getCurrentDirectory() - Method in interface org.apache.ftpserver.ftplet.FileSystemView
Get user current directory.
getCurrentLoginNumber() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get current login number
getCurrentUserLoginNumber(User) - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get the login number for the specific user
getCurrentUserLoginNumber(User, InetAddress) - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get the login number for the specific user from the ipAddress
getDataConnection() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get FTP data connection.
getDataType() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get the data type.
getEnabled() - Method in interface org.apache.ftpserver.ftplet.User
Get the user enable status.
getFailedLogins() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get the number of failed logins.
getFileObject(String) - Method in interface org.apache.ftpserver.ftplet.FileSystemView
Get file object.
getFileOffset() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get file upload/download offset.
getFileSystemManager() - Method in interface org.apache.ftpserver.ftplet.FtpletContext
Get file system manager
getFileSystemView() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get user file system view.
getFtplet(String) - Method in interface org.apache.ftpserver.ftplet.FtpletContext
Get Ftplet.
getFtpStatistics() - Method in interface org.apache.ftpserver.ftplet.FtpletContext
Get ftp statistics.
getFullName() - Method in interface org.apache.ftpserver.ftplet.FileObject
Get the fully qualified name.
getGroupName() - Method in interface org.apache.ftpserver.ftplet.FileObject
Get owner group name.
getHomeDirectory() - Method in interface org.apache.ftpserver.ftplet.FileSystemView
Get the user home directory.
getHomeDirectory() - Method in interface org.apache.ftpserver.ftplet.User
get user home directory
getLanguage() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get the requested language.
getLastAccessTime() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get last access time.
getLastModified() - Method in interface org.apache.ftpserver.ftplet.FileObject
Get last modified time.
getLinkCount() - Method in interface org.apache.ftpserver.ftplet.FileObject
Get link count.
getLoginTime() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get the login time.
getMaxIdleTime() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Returns maximum idle time.
getMaxIdleTime() - Method in interface org.apache.ftpserver.ftplet.User
Get the maximum idle time in seconds.
getMessage() - Method in interface org.apache.ftpserver.ftplet.FtpReply
The reply message, might be multiple lines
getName() - Method in interface org.apache.ftpserver.ftplet.User
Get the user name.
getOwnerName() - Method in interface org.apache.ftpserver.ftplet.FileObject
Get the owner name.
getPassword() - Method in interface org.apache.ftpserver.ftplet.User
Get password.
getRenameFrom() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get rename from file object.
getRequestLine() - Method in interface org.apache.ftpserver.ftplet.FtpRequest
Get the client request string.
getRootCause() - Method in exception org.apache.ftpserver.ftplet.FtpException
Get the root cause.
getServerAddress() - Method in interface org.apache.ftpserver.ftplet.FtpSession
 
getServerPort() - Method in interface org.apache.ftpserver.ftplet.FtpSession
 
getShortName() - Method in interface org.apache.ftpserver.ftplet.FileObject
Get the file short name.
getSize() - Method in interface org.apache.ftpserver.ftplet.FileObject
Get file size.
getStartTime() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get the server start time.
getStructure() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get structure.
getTotalAnonymousLoginNumber() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get total anonymous login number.
getTotalConnectionNumber() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get total number of connections
getTotalDeleteNumber() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get number of files deleted.
getTotalDirectoryCreated() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get total directory created.
getTotalDirectoryRemoved() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get total directory removed.
getTotalDownloadNumber() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get number of files downloaded.
getTotalDownloadSize() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get total number of bytes downloaded.
getTotalFailedLoginNumber() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get total failed login number.
getTotalLoginNumber() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get total login number.
getTotalUploadNumber() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get number of files uploaded.
getTotalUploadSize() - Method in interface org.apache.ftpserver.ftplet.FtpStatistics
Get total number of bytes uploaded.
getUser() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Get user object.
getUserArgument() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Returns user name entered in USER command
getUserByName(String) - Method in interface org.apache.ftpserver.ftplet.UserManager
Get user by name.
getUserManager() - Method in interface org.apache.ftpserver.ftplet.FtpletContext
Get the user manager.

H

hasArgument() - Method in interface org.apache.ftpserver.ftplet.FtpRequest
Check if request contains an argument
hasDeletePermission() - Method in interface org.apache.ftpserver.ftplet.FileObject
Has delete permission?
hasReadPermission() - Method in interface org.apache.ftpserver.ftplet.FileObject
Has read permission?
hasWritePermission() - Method in interface org.apache.ftpserver.ftplet.FileObject
Has write permission?

I

init(FtpletContext) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
init(FtpletContext) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Called by the ftplet container to indicate to a ftplet that the ftplet is being placed into service.
isAdmin(String) - Method in interface org.apache.ftpserver.ftplet.UserManager
 
isDirectory() - Method in interface org.apache.ftpserver.ftplet.FileObject
Is it a directory?
isFile() - Method in interface org.apache.ftpserver.ftplet.FileObject
Is it a file?
isHidden() - Method in interface org.apache.ftpserver.ftplet.FileObject
Is a hidden file?
isLoggedIn() - Method in interface org.apache.ftpserver.ftplet.FtpSession
Is the user logged in?
isRandomAccessible() - Method in interface org.apache.ftpserver.ftplet.FileSystemView
Does the file system support random file access?

L

listFiles() - Method in interface org.apache.ftpserver.ftplet.FileObject
List file objects.

M

mkdir() - Method in interface org.apache.ftpserver.ftplet.FileObject
Create directory.
move(FileObject) - Method in interface org.apache.ftpserver.ftplet.FileObject
Move file.

O

onAppendEnd(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onAppendEnd(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
File append success notification method.
onAppendStart(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onAppendStart(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
File append request notification method.
onConnect(FtpSession) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onConnect(FtpSession) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Client connect notification method.
onDeleteEnd(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onDeleteEnd(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
File delete success notification method.
onDeleteStart(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onDeleteStart(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
File delete request notification method.
onDisconnect(FtpSession) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onDisconnect(FtpSession) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Client disconnect notification method.
onDownloadEnd(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onDownloadEnd(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
File download success notification method.
onDownloadStart(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onDownloadStart(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
File download request notification method.
onLogin(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onLogin(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Client successful login notification method.
onMkdirEnd(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onMkdirEnd(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Directory creation success notification method.
onMkdirStart(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onMkdirStart(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Directory creation request notification method.
onRenameEnd(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onRenameEnd(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Rename end notification method.
onRenameStart(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onRenameStart(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Rename start notification method.
onRmdirEnd(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onRmdirEnd(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Directory removal success notification method.
onRmdirStart(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onRmdirStart(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Remove directory request notification method.
onSite(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onSite(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
SITE command notification method.
onUploadEnd(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onUploadEnd(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
File upload success notification method.
onUploadStart(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onUploadStart(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
File upload request notification method.
onUploadUniqueEnd(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onUploadUniqueEnd(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Unique file create success notification method.
onUploadUniqueStart(FtpSession, FtpRequest) - Method in class org.apache.ftpserver.ftplet.DefaultFtplet
 
onUploadUniqueStart(FtpSession, FtpRequest) - Method in interface org.apache.ftpserver.ftplet.Ftplet
Unique file create request notification method.
openConnection() - Method in interface org.apache.ftpserver.ftplet.DataConnectionFactory
Open an active data connection
org.apache.ftpserver.ftplet - package org.apache.ftpserver.ftplet
 

P

parseArgument(char) - Static method in class org.apache.ftpserver.ftplet.DataType
Parses the argument value from the TYPE command into the type safe class
parseArgument(char) - Static method in class org.apache.ftpserver.ftplet.Structure
Parses the argument value from the STRU command into the type safe class
printStackTrace(PrintWriter) - Method in exception org.apache.ftpserver.ftplet.FtpException
Print stack trace.
printStackTrace(PrintStream) - Method in exception org.apache.ftpserver.ftplet.FtpException
Print stack trace.
printStackTrace() - Method in exception org.apache.ftpserver.ftplet.FtpException
Print stack trace.

R

removeAttribute(String) - Method in interface org.apache.ftpserver.ftplet.FtpSession
Removes an attribute from this request.
REPLY_110_RESTART_MARKER_REPLY - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
110 Restart marker reply.
REPLY_120_SERVICE_READY_IN_NNN_MINUTES - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
120 Service ready in nnn minutes.
REPLY_125_DATA_CONNECTION_ALREADY_OPEN - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
125 Data connection already open; transfer starting.
REPLY_150_FILE_STATUS_OKAY - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
150 File status okay; about to open data connection.
REPLY_200_COMMAND_OKAY - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
200 Command okay.
REPLY_202_COMMAND_NOT_IMPLEMENTED - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
202 Command not implemented, superfluous at this site.
REPLY_211_SYSTEM_STATUS_REPLY - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
211 System status, or system help reply.
REPLY_212_DIRECTORY_STATUS - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
212 Directory status.
REPLY_213_FILE_STATUS - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
213 File status.
REPLY_214_HELP_MESSAGE - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
214 Help message.
REPLY_215_NAME_SYSTEM_TYPE - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
215 NAME system type.
REPLY_220_SERVICE_READY - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
220 Service ready for new user.
REPLY_221_CLOSING_CONTROL_CONNECTION - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
Service closing control connection.
REPLY_225_DATA_CONNECTION_OPEN_NO_TRANSFER_IN_PROGRESS - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
225 Data connection open; no transfer in progress.
REPLY_226_CLOSING_DATA_CONNECTION - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
Closing data connection.
REPLY_227_ENTERING_PASSIVE_MODE - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
227 Entering Passive Mode (h1,h2,h3,h4,p1,p2).
REPLY_230_USER_LOGGED_IN - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
230 User logged in, proceed.
REPLY_250_REQUESTED_FILE_ACTION_OKAY - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
250 Requested file action okay, completed.
REPLY_257_PATHNAME_CREATED - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
257 "PATHNAME" created.
REPLY_331_USER_NAME_OKAY_NEED_PASSWORD - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
331 User name okay, need password.
REPLY_332_NEED_ACCOUNT_FOR_LOGIN - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
332 Need account for login.
REPLY_350_REQUESTED_FILE_ACTION_PENDING_FURTHER_INFORMATION - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
350 Requested file action pending further information.
REPLY_421_SERVICE_NOT_AVAILABLE_CLOSING_CONTROL_CONNECTION - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
421 Service not available, closing control connection.
REPLY_425_CANT_OPEN_DATA_CONNECTION - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
425 Can't open data connection.
REPLY_426_CONNECTION_CLOSED_TRANSFER_ABORTED - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
426 Connection closed; transfer aborted.
REPLY_450_REQUESTED_FILE_ACTION_NOT_TAKEN - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
450 Requested file action not taken.
REPLY_451_REQUESTED_ACTION_ABORTED - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
451 Requested action aborted: local error in processing.
REPLY_452_REQUESTED_ACTION_NOT_TAKEN - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
452 Requested action not taken.
REPLY_500_SYNTAX_ERROR_COMMAND_UNRECOGNIZED - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
500 Syntax error, command unrecognized.
REPLY_501_SYNTAX_ERROR_IN_PARAMETERS_OR_ARGUMENTS - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
501 Syntax error in parameters or arguments.
REPLY_502_COMMAND_NOT_IMPLEMENTED - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
502 Command not implemented.
REPLY_503_BAD_SEQUENCE_OF_COMMANDS - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
503 Bad sequence of commands.
REPLY_504_COMMAND_NOT_IMPLEMENTED_FOR_THAT_PARAMETER - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
504 Command not implemented for that parameter.
REPLY_530_NOT_LOGGED_IN - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
530 Not logged in.
REPLY_532_NEED_ACCOUNT_FOR_STORING_FILES - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
532 Need account for storing files.
REPLY_550_REQUESTED_ACTION_NOT_TAKEN - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
550 Requested action not taken.
REPLY_551_REQUESTED_ACTION_ABORTED_PAGE_TYPE_UNKNOWN - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
551 Requested action aborted: page type unknown.
REPLY_552_REQUESTED_FILE_ACTION_ABORTED_EXCEEDED_STORAGE - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
552 Requested file action aborted.
REPLY_553_REQUESTED_ACTION_NOT_TAKEN_FILE_NAME_NOT_ALLOWED - Static variable in interface org.apache.ftpserver.ftplet.FtpReply
553 Requested action not taken.
RET_DEFAULT - Static variable in class org.apache.ftpserver.ftplet.FtpletEnum
This return value indicates that the next ftplet method will be called.
RET_DISCONNECT - Static variable in class org.apache.ftpserver.ftplet.FtpletEnum
It indicates that the server will skip and disconnect the client.
RET_NO_FTPLET - Static variable in class org.apache.ftpserver.ftplet.FtpletEnum
This return value indicates that the other ftplet methods will not be called but the ftpserver will continue processing this request.
RET_SKIP - Static variable in class org.apache.ftpserver.ftplet.FtpletEnum
It indicates that the ftpserver will skip everything.

S

save(User) - Method in interface org.apache.ftpserver.ftplet.UserManager
Save user.
setAttribute(String, Object) - Method in interface org.apache.ftpserver.ftplet.FtpSession
Stores an attribute in this request.
setMaxIdleTime(int) - Method in interface org.apache.ftpserver.ftplet.FtpSession
Set maximum idle time in seconds.
Structure - Class in org.apache.ftpserver.ftplet
Type safe enum for describing the structure

T

toString() - Method in class org.apache.ftpserver.ftplet.DataType
Return the data type string.
toString() - Method in class org.apache.ftpserver.ftplet.FtpletEnum
String representation
toString() - Method in interface org.apache.ftpserver.ftplet.FtpReply
Must implement toString to format the reply as described in the RFC.
toString() - Method in class org.apache.ftpserver.ftplet.Structure
String representation of the structure.
transferFromClient(OutputStream) - Method in interface org.apache.ftpserver.ftplet.DataConnection
Transfer data from the client (e.g.
transferToClient(InputStream) - Method in interface org.apache.ftpserver.ftplet.DataConnection
Transfer data to the client (e.g.
transferToClient(String) - Method in interface org.apache.ftpserver.ftplet.DataConnection
Transfer a string to the client, e.g.

U

User - Interface in org.apache.ftpserver.ftplet
Basic user interface.
UserManager - Interface in org.apache.ftpserver.ftplet
User manager interface.

A B C D E F G H I L M O P R S T U

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