$ A B C D E F G H I K L M N O P Q R S T U V W

C

cancelButton - Variable in class com.Prominic.jFTPd.ConnectWindow
 
canDelete - Variable in class com.Prominic.jFTPd.FTPAnonSecuritySource
 
canDelete(FTPUser, String) - Method in class com.Prominic.jFTPd.FTPAnonSecuritySource
Returns true if the user can delete files from the given path.
canDelete(FTPUser, String) - Method in class com.Prominic.jFTPd.FTPSecuritySource
Implement this if the given user can delete the specified path.
canDelete(FTPUser, String) - Method in class com.Prominic.jFTPd.FTPUserListSecuritySource
 
canDownload - Variable in class com.Prominic.jFTPd.FTPAnonSecuritySource
 
canDownload(FTPUser, String) - Method in class com.Prominic.jFTPd.FTPAnonSecuritySource
Returns true if the user can download files from the given path.
canDownload(FTPUser, String) - Method in class com.Prominic.jFTPd.FTPSecuritySource
Implement this if the given user can download from the specified path.
canDownload(FTPUser, String) - Method in class com.Prominic.jFTPd.FTPUserListSecuritySource
 
canNotAllocateSharedMemory - Variable in class com.Prominic.runtime.UnixProcess
 
canNotExecute - Variable in class com.Prominic.runtime.UnixProcess
 
canNotMakeFork - Variable in class com.Prominic.runtime.UnixProcess
 
canOnlyWriteTo(Vector) - Method in class com.Prominic.jFTPd.FTPConnection
Returns true if the given directory can be written but not read.
canRename(FTPUser, String, String) - Method in class com.Prominic.jFTPd.FTPAnonSecuritySource
Returns true if the user can rename files from the given path to the given path.
canRename(FTPUser, String, String) - Method in class com.Prominic.jFTPd.FTPSecuritySource
Implement this if the given user can rename the specified path.
canRename(FTPUser, String, String) - Method in class com.Prominic.jFTPd.FTPUserListSecuritySource
 
canUpload - Variable in class com.Prominic.jFTPd.FTPAnonSecuritySource
 
canUpload(FTPUser, String) - Method in class com.Prominic.jFTPd.FTPAnonSecuritySource
 
canUpload(FTPUser, String) - Method in class com.Prominic.jFTPd.FTPSecuritySource
Implement this if the given user can upload to the specified path.
canUpload(FTPUser, String) - Method in class com.Prominic.jFTPd.FTPUserListSecuritySource
 
canWriteTo(String) - Method in class com.Prominic.jFTPd.FTPConnection
This method returns true if the the given directory can be written.
ccPlainText - Variable in class com.Prominic.jFTPd.FTPConnection.ConnectionState
 
CHANGE_DIR - Static variable in class com.Prominic.jFTPd.FTPEvent
Sent after a change directory command.
changePropertyButton - Variable in class com.Prominic.jFTPd.PropertiesWindow
 
chgrp(String, int) - Method in class com.Prominic.runtime.DefaultNRuntime
Insert the method's description here.
chgrp(String, int) - Method in class com.Prominic.runtime.DefaultUnixRuntime
Insert the method's description here.
chgrp(String, int) - Method in class com.Prominic.runtime.NRuntime
Insert the method's description here.
chmod(String, int) - Method in class com.Prominic.runtime.DefaultNRuntime
Insert the method's description here.
chmod(String, int) - Method in class com.Prominic.runtime.DefaultUnixRuntime
Insert the method's description here.
chmod(String, int) - Method in class com.Prominic.runtime.NRuntime
Insert the method's description here.
chown(String, int) - Method in class com.Prominic.runtime.DefaultNRuntime
Insert the method's description here.
chown(String, int, int) - Method in class com.Prominic.runtime.DefaultNRuntime
Insert the method's description here.
chown(String, int) - Method in class com.Prominic.runtime.DefaultUnixRuntime
Insert the method's description here.
chown(String, int, int) - Method in class com.Prominic.runtime.DefaultUnixRuntime
Insert the method's description here.
chown(String, int) - Method in class com.Prominic.runtime.NRuntime
Insert the method's description here.
chown(String, int, int) - Method in class com.Prominic.runtime.NRuntime
Insert the method's description here.
cleanup() - Method in class com.Prominic.jFTPd.FTPConnection
Terminates the connection and closes all ongoing transfers.
close() - Method in class com.Prominic.util.LogSystem
 
closeSockets() - Method in class com.Prominic.jFTPd.FTPConnection.ConnectionState
Closes the sockets streams and then the sockets.
com.Prominic.jFTPd - package com.Prominic.jFTPd
 
com.Prominic.more.utils - package com.Prominic.more.utils
 
com.Prominic.runtime - package com.Prominic.runtime
 
com.Prominic.util - package com.Prominic.util
 
computeDates - Variable in class com.Prominic.jFTPd.FTPConnection
 
CONNECT - Static variable in class com.Prominic.jFTPd.FTPEvent
Sent when an user connects to the FTP server.
Connection - Interface in com.Prominic.jFTPd
 
ConnectionHandler - Interface in com.Prominic.jFTPd
Interface for a connection handler.
connectionID - Variable in class com.Prominic.jFTPd.FTPConnection
 
connections - Variable in class com.Prominic.jFTPd.FTPHandler
 
ConnectWindow - Class in com.Prominic.jFTPd
 
ConnectWindow(String[]) - Constructor for class com.Prominic.jFTPd.ConnectWindow
 
connTimeout - Variable in class com.Prominic.jFTPd.FTPHandler
 
controller - Variable in class com.Prominic.jFTPd.ControllerWindow
 
controller - Variable in class com.Prominic.jFTPd.PropertiesWindow
 
controller - Variable in class com.Prominic.jFTPd.UserDetailWindow
 
controller - Variable in class com.Prominic.jFTPd.UsersWindow
 
ControllerWindow - Class in com.Prominic.jFTPd
 
ControllerWindow(RemoteController) - Constructor for class com.Prominic.jFTPd.ControllerWindow
 
convert(String[]) - Static method in class com.Prominic.more.utils.ArrayToString
Concatenates the array elements into a string, in which they are separated by space.
convertArrayToString(String[]) - Static method in class FTPInstall
Converts an array of Strings into a single String, where the elements are separated by a space.
copyright - Static variable in class com.Prominic.jFTPd.FTPd
 
copyStream(InputStream, OutputStream) - Static method in class com.Prominic.jFTPd.FileUtils
Copies data from an InputStream to an OutputStream using a default buffer size
copyStream(InputStream, OutputStream, int) - Static method in class com.Prominic.jFTPd.FileUtils
Copies data from an InputStream to an OutputStream with a caller-specified buffer size.
copyToConsole - Variable in class com.Prominic.util.LogSystem
CC the message to console (System.out).
CREATE_DIR - Static variable in class com.Prominic.jFTPd.FTPEvent
Sent after an mkdir command.
CREATE_NOT_PERMITTED - Static variable in class com.Prominic.jFTPd.UserMessages
 
createConnectionID() - Static method in class com.Prominic.jFTPd.FTPConnection
Creates an unique ID but for ease of implementation just uses a static which is globally defined , increments it and returns the value.
CRLF - Static variable in class com.Prominic.jFTPd.CRLFPrintWriter
Standard CRLF line ending.
CRLF - Variable in class com.Prominic.jFTPd.FTPConnection
 
CRLF - Static variable in class com.Prominic.jFTPd.FTPd
 
CRLFPrintWriter - Class in com.Prominic.jFTPd
As stated in the RFC for FTP, the commands that are sent/received during the communication Creation date: (10/9/2001 7:44:09 PM)
CRLFPrintWriter(OutputStream, boolean) - Constructor for class com.Prominic.jFTPd.CRLFPrintWriter
Default constructor.
currentDateTime() - Method in class com.Prominic.util.LogSystem
 
currentFormat - Variable in class com.Prominic.jFTPd.FTPUserListSecuritySource
 
currentUsersDatDefaultGroup - Variable in class com.Prominic.jFTPd.FTPHandler
 
currentUsersDatDefaultMask - Variable in class com.Prominic.jFTPd.FTPHandler
 
currentUsersDatDefaultOwner - Variable in class com.Prominic.jFTPd.FTPHandler
 
currentUsersDatDefaultReadAccess - Variable in class com.Prominic.jFTPd.FTPHandler
 
currentUsersDatFormat - Variable in class com.Prominic.jFTPd.FTPHandler
 

$ A B C D E F G H I K L M N O P Q R S T U V W