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

A

addPropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the addPropertyChangeListener(java.beans.PropertyChangeListener) method descriptor.
addPropertyChangeListener(PropertyChangeListener) - Method in class ftp.FtpBean
 
appendAsciiFile(String, String, String) - Method in class ftp.FtpBean
Append an ascii file to the server.
appendBinaryFile(String) - Method in class ftp.FtpBean
Read a file from local hard disk and append a file on the server.
appendBinaryFile(String, String) - Method in class ftp.FtpBean
Read a file from local hard disk and append to the server with restarting point.
appendBinaryFile(String, String, FtpObserver) - Method in class ftp.FtpBean
Read a file from local hard disk and append to the server with restarting point.

B

BLK_DEV - Static variable in class ftp.FtpListResult
 
byteRead(int) - Method in interface ftp.FtpObserver
This method is called every time new bytes are read in downloading process.
byteWrite(int) - Method in interface ftp.FtpObserver
This method is called every time new bytes is written to the ftp server in uploading process.

C

CHAR_DEV - Static variable in class ftp.FtpListResult
 
close() - Method in class ftp.FtpBean
Close FTP connection.
closeMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the close() method descriptor.
CMD_ACCT - Static variable in class ftp.FtpBean
 
CMD_APPE - Static variable in class ftp.FtpBean
 
CMD_CDUP - Static variable in class ftp.FtpBean
 
CMD_CWD - Static variable in class ftp.FtpBean
 
CMD_DELE - Static variable in class ftp.FtpBean
 
CMD_LIST - Static variable in class ftp.FtpBean
 
CMD_MKD - Static variable in class ftp.FtpBean
 
CMD_PASS - Static variable in class ftp.FtpBean
 
CMD_PASV - Static variable in class ftp.FtpBean
 
CMD_PORT - Static variable in class ftp.FtpBean
 
CMD_PWD - Static variable in class ftp.FtpBean
 
CMD_QUIT - Static variable in class ftp.FtpBean
 
CMD_REST - Static variable in class ftp.FtpBean
 
CMD_RETR - Static variable in class ftp.FtpBean
 
CMD_RMD - Static variable in class ftp.FtpBean
 
CMD_RNFR - Static variable in class ftp.FtpBean
 
CMD_RNTO - Static variable in class ftp.FtpBean
 
CMD_SITE - Static variable in class ftp.FtpBean
 
CMD_STOR - Static variable in class ftp.FtpBean
 
CMD_SYST - Static variable in class ftp.FtpBean
 
CMD_TYPE - Static variable in class ftp.FtpBean
 
CMD_USER - Static variable in class ftp.FtpBean
 

D

DIRECTORY - Static variable in class ftp.FtpListResult
 
directoryContentAsStringPropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the directoryContentAsString property descriptor.
directoryContentPropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the directoryContent property descriptor.
directoryPropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the directory property descriptor.

E

execute_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the execute(java.lang.String) method descriptor.
execute(String) - Method in class ftp.FtpBean
Execute a command using ftp.

F

FILE - Static variable in class ftp.FtpListResult
 
fileDelete_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the fileDelete(java.lang.String) method descriptor.
fileDelete(String) - Method in class ftp.FtpBean
Delete a file at the FTP server.
fileRename_javalangString_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the fileRename(java.lang.String, java.lang.String) method descriptor.
fileRename(String, String) - Method in class ftp.FtpBean
Rename a file at the FTP server.
findMethod(Class, String, int) - Static method in class ftp.FtpBeanBeanInfo
Find the method by comparing (name & parameter size) against the methods in the class.
findMethod(Class, String, int) - Static method in class ftp.FtpListResultBeanInfo
Find the method by comparing (name & parameter size) against the methods in the class.
ftp - package ftp
 
FTP_INIT - Static variable in class ftp.FtpBean
 
FtpBean - class ftp.FtpBean.
This bean provide some basic FTP functions.
FtpBean() - Constructor for class ftp.FtpBean
Constructor
FtpBeanBeanInfo - class ftp.FtpBeanBeanInfo.
The bean information class for ftp.FtpBean.
FtpBeanBeanInfo() - Constructor for class ftp.FtpBeanBeanInfo
 
ftpConnect_javalangString_javalangString_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the ftpConnect(java.lang.String, java.lang.String, java.lang.String) method descriptor.
ftpConnect(String, String) - Method in class ftp.FtpBean
Connect to Ftp server and login.
ftpConnect(String, String, String) - Method in class ftp.FtpBean
Connect to Ftp server and login.
ftpConnect(String, String, String, String) - Method in class ftp.FtpBean
Connect to FTP server and login.
FtpException - exception ftp.FtpException.
When there are any FTP command fails in the FTP bean,
This exception is throwed.
FtpException(String) - Constructor for class ftp.FtpException
 
FtpListResult - class ftp.FtpListResult.
This class is used to parse the information of a returned String from the 'LIST' command.
FtpListResult() - Constructor for class ftp.FtpListResult
 
FtpListResultBeanInfo - class ftp.FtpListResultBeanInfo.
The bean information class for ftp.FtpListResult.
FtpListResultBeanInfo() - Constructor for class ftp.FtpListResultBeanInfo
 
FtpObserver - interface ftp.FtpObserver.
The class that implement this interface have the ability to monitor the progress of upload and download files in the FtpBean.

G

getAcctInfo() - Method in class ftp.FtpBean
Return the account information.
getAdditionalBeanInfo() - Method in class ftp.FtpBeanBeanInfo
Returns the BeanInfo of the superclass of this bean to inherit its features.
getAdditionalBeanInfo() - Method in class ftp.FtpListResultBeanInfo
Returns the BeanInfo of the superclass of this bean to inherit its features.
getAsciiFile_javalangString_javalangString_ftpFtpObserverMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getAsciiFile(java.lang.String, java.lang.String, ftp.FtpObserver) method descriptor.
getAsciiFile_javalangString_javalangString_javalangString_ftpFtpObserverMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getAsciiFile(java.lang.String, java.lang.String, java.lang.String, ftp.FtpObserver) method descriptor.
getAsciiFile_javalangString_javalangString_javalangString_long_ftpFtpObserverMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getAsciiFile(java.lang.String, java.lang.String, java.lang.String, long, ftp.FtpObserver) method descriptor.
getAsciiFile_javalangString_javalangString_javalangString_longMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getAsciiFile(java.lang.String, java.lang.String, java.lang.String, long) method descriptor.
getAsciiFile_javalangString_javalangString_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getAsciiFile(java.lang.String, java.lang.String, java.lang.String) method descriptor.
getAsciiFile_javalangString_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getAsciiFile(java.lang.String, java.lang.String) method descriptor.
getAsciiFile(String, String) - Method in class ftp.FtpBean
Get an ASCII file from the server and return as String.
getAsciiFile(String, String, FtpObserver) - Method in class ftp.FtpBean
Get an ASCII file from the server and return as String.
getAsciiFile(String, String, String) - Method in class ftp.FtpBean
Get an ascii file from the server and write to local file system.
getAsciiFile(String, String, String, FtpObserver) - Method in class ftp.FtpBean
Get an ascii file from the server and write to local file system.
getBeanClass() - Static method in class ftp.FtpBeanBeanInfo
Gets the bean class.
getBeanClass() - Static method in class ftp.FtpListResultBeanInfo
Gets the bean class.
getBeanClassName() - Static method in class ftp.FtpBeanBeanInfo
Gets the bean class name.
getBeanClassName() - Static method in class ftp.FtpListResultBeanInfo
Gets the bean class name.
getBeanDescriptor() - Method in class ftp.FtpBeanBeanInfo
 
getBeanDescriptor() - Method in class ftp.FtpListResultBeanInfo
 
getBinaryFile_javalangString_ftpFtpObserverMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getBinaryFile(java.lang.String, ftp.FtpObserver) method descriptor.
getBinaryFile_javalangString_javalangString_ftpFtpObserverMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getBinaryFile(java.lang.String, java.lang.String, ftp.FtpObserver) method descriptor.
getBinaryFile_javalangString_javalangString_long_ftpFtpObserverMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getBinaryFile(java.lang.String, java.lang.String, long, ftp.FtpObserver) method descriptor.
getBinaryFile_javalangString_javalangString_longMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getBinaryFile(java.lang.String, java.lang.String, long) method descriptor.
getBinaryFile_javalangString_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getBinaryFile(java.lang.String, java.lang.String) method descriptor.
getBinaryFile_javalangString_long_ftpFtpObserverMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getBinaryFile(java.lang.String, long, ftp.FtpObserver) method descriptor.
getBinaryFile_javalangString_longMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getBinaryFile(java.lang.String, long) method descriptor.
getBinaryFile_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getBinaryFile(java.lang.String) method descriptor.
getBinaryFile(String) - Method in class ftp.FtpBean
Get a binary file and return a byte array.
getBinaryFile(String, FtpObserver) - Method in class ftp.FtpBean
Get a binary file and return a byte array.
getBinaryFile(String, long) - Method in class ftp.FtpBean
Get a binary file at a restarting point.
getBinaryFile(String, long, FtpObserver) - Method in class ftp.FtpBean
Get a binary file at a restarting point.
getBinaryFile(String, String) - Method in class ftp.FtpBean
Read file from ftp server and write to a file in local hard disk.
getBinaryFile(String, String, FtpObserver) - Method in class ftp.FtpBean
Read file from ftp server and write to a file in local hard disk.
getBinaryFile(String, String, long) - Method in class ftp.FtpBean
Read file from ftp server and write to a file in local hard disk.
getBinaryFile(String, String, long, FtpObserver) - Method in class ftp.FtpBean
Read from a ftp file and restart at a specific point.
getDate() - Method in class ftp.FtpListResult
Get the date
getDirectory() - Method in class ftp.FtpBean
Get current directory name.
getDirectoryContent() - Method in class ftp.FtpBean
Get the content of current directory
getDirectoryContentAsString() - Method in class ftp.FtpBean
Get the content of current directory.
getDirectoryContentAsStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getDirectoryContentAsString() method descriptor.
getDirectoryContentMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getDirectoryContent() method descriptor.
getDirectoryMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getDirectory() method descriptor.
getEventSetDescriptors() - Method in class ftp.FtpBeanBeanInfo
Return the event set descriptors for this bean.
getEventSetDescriptors() - Method in class ftp.FtpListResultBeanInfo
Return the event set descriptors for this bean.
getFtBlkDev() - Method in class ftp.FtpListResult
 
getFtCharDev() - Method in class ftp.FtpListResult
 
getFtDir() - Method in class ftp.FtpListResult
 
getFtFile() - Method in class ftp.FtpListResult
 
getFtLink() - Method in class ftp.FtpListResult
 
getGroup() - Method in class ftp.FtpListResult
Get the name of the group which own the file, directory or link.
getGroupMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the getGroup() method descriptor.
getMethodDescriptors() - Method in class ftp.FtpBeanBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors() - Method in class ftp.FtpListResultBeanInfo
Return the method descriptors for this bean.
getName() - Method in class ftp.FtpListResult
Get file name.
getNameMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the getName() method descriptor.
getOwner() - Method in class ftp.FtpListResult
Get the user which own the file, directory or link.
getOwnerMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the getOwner() method descriptor.
getPermission() - Method in class ftp.FtpListResult
Get permission.
getPermissionMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the getPermission() method descriptor.
getPort() - Method in class ftp.FtpBean
Return the port number
getPortMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getPort() method descriptor.
getPropertyDescriptors() - Method in class ftp.FtpBeanBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors() - Method in class ftp.FtpListResultBeanInfo
Return the property descriptors for this bean.
getReply() - Method in class ftp.FtpBean
Get reply of the last command.
getReplyMessage() - Method in class ftp.FtpBean
Get reply message of the last command.
getReplyMessageMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getReplyMessage() method descriptor.
getReplyMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getReply() method descriptor.
getServerName() - Method in class ftp.FtpBean
Return the server name.
getServerNameMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getServerName() method descriptor.
getSize() - Method in class ftp.FtpListResult
Get size.
getSizeMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the getSize() method descriptor.
getSocketTimeout() - Method in class ftp.FtpBean
Get timeout when creating socket.
getSystemType() - Method in class ftp.FtpBean
Get the type of operating system of the server.
getType() - Method in class ftp.FtpListResult
Get the type.
getTypeMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the getType() method descriptor.
getUserName() - Method in class ftp.FtpBean
Return the user name.
getUserNameMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the getUserName() method descriptor.
globalExecutable() - Method in class ftp.FtpListResult
deprecated!
globalExecutableMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the globalExecutable() method descriptor.
globalReadable() - Method in class ftp.FtpListResult
Deprecated!
globalReadableMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the globalReadable() method descriptor.
globalWritable() - Method in class ftp.FtpListResult
Deprecated!
globalWritableMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the globalWritable() method descriptor.
groupExecutable() - Method in class ftp.FtpListResult
deprecated!
groupExecutableMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the groupExecutable() method descriptor.
groupPropertyDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the group property descriptor.
groupReadable() - Method in class ftp.FtpListResult
deprecated!
groupReadableMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the groupReadable() method descriptor.
groupWritable() - Method in class ftp.FtpListResult
deprecated!
groupWritableMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the groupWritable() method descriptor.

I

isGlobalExecutable() - Method in class ftp.FtpListResult
Whether it is global executable.
isGlobalReadable() - Method in class ftp.FtpListResult
Whether it is global readable.
isGlobalWritable() - Method in class ftp.FtpListResult
Whether it is global writable.
isGroupExecutable() - Method in class ftp.FtpListResult
Whether it is executable by group.
isGroupReadable() - Method in class ftp.FtpListResult
Whether it is readable by group.
isGroupWritable() - Method in class ftp.FtpListResult
Whether it is writable by group.
isOwnerExecutable() - Method in class ftp.FtpListResult
Whether it is executable by owner.
isOwnerReadable() - Method in class ftp.FtpListResult
Whether it is readable by owner.
isOwnerWritable() - Method in class ftp.FtpListResult
Whether it is writable by owner.
isPassiveModeTransfer() - Method in class ftp.FtpBean
Return true if it is using passive transfer mode.
isPassiveModeTransferMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the isPassiveModeTransfer() method descriptor.

L

LINK - Static variable in class ftp.FtpListResult
 

M

makeDirectory_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the makeDirectory(java.lang.String) method descriptor.
makeDirectory(String) - Method in class ftp.FtpBean
Make a directory in the server.
makeSocket(long) - Method in class ftp.SocketOpener
 

N

namePropertyDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the name property descriptor.
next() - Method in class ftp.FtpListResult
A FtpListResult is initially positioned before its first row.
nextMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the next() method descriptor.

O

OTHERS - Static variable in class ftp.FtpListResult
 
ownerExecutable() - Method in class ftp.FtpListResult
deprecated!
ownerExecutableMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the ownerExecutable() method descriptor.
ownerPropertyDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the owner property descriptor.
ownerReadable() - Method in class ftp.FtpListResult
deprecated!
ownerReadableMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the ownerReadable() method descriptor.
ownerWritable() - Method in class ftp.FtpListResult
deprecated!
ownerWritableMethodDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the ownerWritable() method descriptor.

P

parseList(String, String) - Method in class ftp.FtpListResult
Parse the information from the string list
passiveModeTransferPropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the passiveModeTransfer property descriptor.
permissionPropertyDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the permission property descriptor.
portPropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the port property descriptor.
propertyChangeEventSetDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the propertyChange event set descriptor.
propertyChangepropertyChange_javabeansPropertyChangeEventMethodEventDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.
putAsciiFile_javalangString_javalangString_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the putAsciiFile(java.lang.String, java.lang.String, java.lang.String) method descriptor.
putAsciiFile(String, String, String) - Method in class ftp.FtpBean
Save an ascii file to the server.
putBinaryFile_javalangString_byte___longMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the putBinaryFile(java.lang.String, byte[], long) method descriptor.
putBinaryFile_javalangString_byte__MethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the putBinaryFile(java.lang.String, byte[]) method descriptor.
putBinaryFile_javalangString_javalangString_ftpFtpObserverMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the putBinaryFile(java.lang.String, java.lang.String, ftp.FtpObserver) method descriptor.
putBinaryFile_javalangString_javalangString_long_ftpFtpObserverMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the putBinaryFile(java.lang.String, java.lang.String, long, ftp.FtpObserver) method descriptor.
putBinaryFile_javalangString_javalangString_longMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the putBinaryFile(java.lang.String, java.lang.String, long) method descriptor.
putBinaryFile_javalangString_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the putBinaryFile(java.lang.String, java.lang.String) method descriptor.
putBinaryFile(String, byte[]) - Method in class ftp.FtpBean
Put a binary file to the server from an array of byte.
putBinaryFile(String, byte[], long) - Method in class ftp.FtpBean
Put a binary file to the server from an array of byte with a restarting point
putBinaryFile(String, String) - Method in class ftp.FtpBean
Read a file from local hard disk and write to the server.
putBinaryFile(String, String, FtpObserver) - Method in class ftp.FtpBean
Read a file from local hard disk and write to the server.
putBinaryFile(String, String, long) - Method in class ftp.FtpBean
Read a file from local hard disk and write to the server with restarting point.
putBinaryFile(String, String, long, FtpObserver) - Method in class ftp.FtpBean
Read a file from local hard disk and write to the server with restarting point.

R

removeDirectory_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the removeDirectory(java.lang.String) method descriptor.
removeDirectory(String) - Method in class ftp.FtpBean
Remove a directory in the server
removePropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the removePropertyChangeListener(java.beans.PropertyChangeListener) method descriptor.
removePropertyChangeListener(PropertyChangeListener) - Method in class ftp.FtpBean
 
REPLY_PER_NEG - Static variable in class ftp.FtpBean
 
REPLY_POS_CMP - Static variable in class ftp.FtpBean
 
REPLY_POS_INT - Static variable in class ftp.FtpBean
 
REPLY_POS_PRE - Static variable in class ftp.FtpBean
 
REPLY_TRA_NEG - Static variable in class ftp.FtpBean
 
REPLY_UNDEF - Static variable in class ftp.FtpBean
 
replyMessagePropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the replyMessage property descriptor.
replyPropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the reply property descriptor.

S

serverNamePropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the serverName property descriptor.
setDirectory_javalangStringMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the setDirectory(java.lang.String) method descriptor.
setDirectory(String) - Method in class ftp.FtpBean
Change directory.
setPassiveModeTransfer_booleanMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the setPassiveModeTransfer(boolean) method descriptor.
setPassiveModeTransfer(boolean) - Method in class ftp.FtpBean
Set passive transfer mode.
setPort_intMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the setPort(int) method descriptor.
setPort(int) - Method in class ftp.FtpBean
Set port number if the port number of ftp is not 21
setSocketTimeout(int) - Method in class ftp.FtpBean
Set timeout when creating a socket.
sizePropertyDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the size property descriptor.
SocketOpener - class ftp.SocketOpener.
 
SocketOpener(InetAddress, int) - Constructor for class ftp.SocketOpener
 
SocketOpener(InetAddress, int, InetAddress, int) - Constructor for class ftp.SocketOpener
 
SocketOpener(String, int) - Constructor for class ftp.SocketOpener
 
SocketOpener(String, int, InetAddress, int) - Constructor for class ftp.SocketOpener
 
socketTimeoutPropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the socketTimeout property descriptor.
systemTypePropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the systemType property descriptor.

T

toParentDirectory() - Method in class ftp.FtpBean
Change to parent directory.
toParentDirectoryMethodDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the toParentDirectory() method descriptor.
typePropertyDescriptor() - Method in class ftp.FtpListResultBeanInfo
Gets the type property descriptor.

U

userNamePropertyDescriptor() - Method in class ftp.FtpBeanBeanInfo
Gets the userName property descriptor.

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