Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G I L M P Q R S T U V W

A

ACTIVE - Static variable in class com.enterprisedt.net.ftp.FTPConnectMode
Represents active connect mode
ASCII - Static variable in class com.enterprisedt.net.ftp.FTPTransferType
Represents ASCII transfer type
ASCII_CHAR - Static variable in class com.enterprisedt.net.ftp.FTPTransferType
The char sent to the server to set ASCII
activeSocket - Variable in class com.enterprisedt.net.ftp.FTPDataSocket
The underlying socket for Active connection.

B

BINARY - Static variable in class com.enterprisedt.net.ftp.FTPTransferType
Represents Image (or binary) transfer type
BINARY_CHAR - Static variable in class com.enterprisedt.net.ftp.FTPTransferType
The char sent to the server to set BINARY

C

CONTROL_PORT - Static variable in class com.enterprisedt.net.ftp.FTPControlSocket
The control port number for FTP
chdir(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Change the remote working directory to that supplied
close() - Method in class com.enterprisedt.net.ftp.FTPDataSocket
Closes underlying sockets.
com.enterprisedt.net.ftp - package com.enterprisedt.net.ftp
 
connectMode - Variable in class com.enterprisedt.net.ftp.FTPClient
Record of the connect mode - make the default PASV (as this was the original mode supported)
control - Variable in class com.enterprisedt.net.ftp.FTPClient
Socket responsible for controlling the connection
controlSock - Variable in class com.enterprisedt.net.ftp.FTPControlSocket
The underlying socket.
createDataSocket(FTPConnectMode) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Request a data socket be created on the server, connect to it and return our connected socket.
createDataSocketActive() - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Request a data socket be created on the Client client on any free port, do not connect it to yet.
createDataSocketPASV() - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Request a data socket be created on the server, connect to it and return our connected socket.
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPClient
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPConnectMode
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPControlSocket
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPException
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPTransferType
Revision control id

D

data - Variable in class com.enterprisedt.net.ftp.FTPClient
Socket responsible for transferring the data
debugResponses(boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Switch debug of responses on or off
debugResponses - Variable in class com.enterprisedt.net.ftp.FTPControlSocket
Controls if responses sent back by the server are sent to stdout or not
debugResponses(boolean) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Switch debug of responses on or off
delete(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Delete the specified remote file
dir(String) - Method in class com.enterprisedt.net.ftp.FTPClient
List a directory's contents as an array of strings of filenames.
dir(String, boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
List a directory's contents as an array of strings.

E

EOL - Static variable in class com.enterprisedt.net.ftp.FTPControlSocket
Standard FTP end of line sequence

F

FTPClient - class com.enterprisedt.net.ftp.FTPClient.
Supports client-side FTP.
FTPClient(String) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Constructor.
FTPClient(String, int) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Constructor.
FTPClient(InetAddress) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Constructor.
FTPClient(InetAddress, int) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Constructor.
FTPConnectMode - class com.enterprisedt.net.ftp.FTPConnectMode.
Enumerates the connect modes that are possible, active & PASV
FTPConnectMode() - Constructor for class com.enterprisedt.net.ftp.FTPConnectMode
Private so no-one else can instantiate this class
FTPControlSocket - class com.enterprisedt.net.ftp.FTPControlSocket.
Supports client-side FTP operations
FTPControlSocket(String) - Constructor for class com.enterprisedt.net.ftp.FTPControlSocket
Constructor.
FTPControlSocket(String, int) - Constructor for class com.enterprisedt.net.ftp.FTPControlSocket
Constructor.
FTPControlSocket(InetAddress) - Constructor for class com.enterprisedt.net.ftp.FTPControlSocket
Constructor.
FTPControlSocket(InetAddress, int) - Constructor for class com.enterprisedt.net.ftp.FTPControlSocket
Constructor.
FTPDataSocket - class com.enterprisedt.net.ftp.FTPDataSocket.
Supports client-side FTP DataSocket in Passive and Active Mode.
FTPDataSocket(ServerSocket) - Constructor for class com.enterprisedt.net.ftp.FTPDataSocket
Create socket wrapper for Active connection.
FTPDataSocket(Socket) - Constructor for class com.enterprisedt.net.ftp.FTPDataSocket
Create socket pper for PASV connection.
FTPException - exception com.enterprisedt.net.ftp.FTPException.
FTP specific exceptions
FTPException(String) - Constructor for class com.enterprisedt.net.ftp.FTPException
Constructor.
FTPException(String, String) - Constructor for class com.enterprisedt.net.ftp.FTPException
Constructor.
FTPTransferType - class com.enterprisedt.net.ftp.FTPTransferType.
Enumerates the transfer types possible.
FTPTransferType() - Constructor for class com.enterprisedt.net.ftp.FTPTransferType
Private so no-one else can instantiate this class

G

get(String, String) - Method in class com.enterprisedt.net.ftp.FTPClient
Get data from the FTP server.
get(String, long) - Method in class com.enterprisedt.net.ftp.FTPClient
Get data from the FTP server.
get(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Get data from the FTP server.
getASCII(String, String) - Method in class com.enterprisedt.net.ftp.FTPClient
Get as ASCII, i.e.
getBinary(String, String) - Method in class com.enterprisedt.net.ftp.FTPClient
Get as binary file, i.e.
getFileSize(String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
getInputStream() - Method in class com.enterprisedt.net.ftp.FTPDataSocket
If active mode, accepts the FTP server's connection - in PASV, we are already connected.
getOutputStream() - Method in class com.enterprisedt.net.ftp.FTPDataSocket
If active mode, accepts the FTP server's connection - in PASV, we are already connected.
getRemoteHostName() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the name of the remote host
getRemoteHostName() - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Get the name of the remote host
getReplyCode() - Method in class com.enterprisedt.net.ftp.FTPException
Get the reply code if it exists
getType() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the current transfer type

I

initGet(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Request to the server that the get is set up
initPut(String, boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Request the server to set up the put
initSOCKS(String, String) - Method in class com.enterprisedt.net.ftp.FTPClient
Set up SOCKS v4 proxy settings.
initStreams() - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Obtain the reader/writer streams for this connection

L

list(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Deprecated. As of FTP 1.1, replaced by FTPClient.dir(String) 55
list(String, boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Deprecated. As of FTP 1.1, replaced by FTPClient.dir(String,boolean) 55
login(String, String) - Method in class com.enterprisedt.net.ftp.FTPClient
Login into an account on the FTP server.
logout() - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Quit this FTP session and clean up.

M

mkdir(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Create the specified remote working directory

P

PASV - Static variable in class com.enterprisedt.net.ftp.FTPConnectMode
Represents PASV connect mode
passiveSocket - Variable in class com.enterprisedt.net.ftp.FTPDataSocket
The underlying socket for PASV connection or Socket acepted from server.
password(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Supplies the password for a previously supplied username to log into the FTP server.
put(String, String) - Method in class com.enterprisedt.net.ftp.FTPClient
Put a local file onto the FTP server.
put(String, String, boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Put a local file onto the FTP server.
put(byte[], String) - Method in class com.enterprisedt.net.ftp.FTPClient
Put data onto the FTP server.
put(byte[], String, boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Put data onto the FTP server.
putASCII(String, String, boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Put as ASCII, i.e.
putBinary(String, String, boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Put as binary, i.e.
pwd() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the current remote working directory

Q

quit() - Method in class com.enterprisedt.net.ftp.FTPClient
Quit the FTP session
quote(String, String[]) - Method in class com.enterprisedt.net.ftp.FTPClient
Issue arbitrary ftp commands to the FTP server.

R

readReply() - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Read the FTP server's reply to a previously issued command.
reader - Variable in class com.enterprisedt.net.ftp.FTPControlSocket
The reader that reads control data from the control socket
rename(String, String) - Method in class com.enterprisedt.net.ftp.FTPClient
Rename a file or directory
replyCode - Variable in class com.enterprisedt.net.ftp.FTPException
Integer reply code
rmdir(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Delete the specified remote working directory

S

sendCommand(String) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Send a command to the FTP server and return the server's reply
setConnectMode(FTPConnectMode) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the connect mode
setDataPort(InetAddress, short) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Sets the data port on the server, i.e.
setTimeout(int) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the TCP timeout on the underlying socket.
setTimeout(int) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Set the TCP timeout on the underlying control socket.
setTimeout(int) - Method in class com.enterprisedt.net.ftp.FTPDataSocket
Set the TCP timeout on the underlying control socket.
setType(FTPTransferType) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the transfer type
site(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Run a site-specific command on the server.
system() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the type of the OS at the server

T

timeout - Variable in class com.enterprisedt.net.ftp.FTPClient
Socket timeout for both data and control.
toByteArray(short) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Convert a short into a byte array
toUnsignedShort(byte) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Helper method to convert a byte into an unsigned short value
transferType - Variable in class com.enterprisedt.net.ftp.FTPClient
Record of the transfer type - make the default ASCII

U

user(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Supply the user name to log into an account on the FTP server.

V

validateConnection() - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Checks that the standard 220 reply is returned following the initiated connection
validateReply(String, String) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Validate the response the host has supplied against the expected reply.
validateReply(String, String[]) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Validate the response the host has supplied against the expected reply.

W

writer - Variable in class com.enterprisedt.net.ftp.FTPControlSocket
The write that writes to the control socket

A B C D E F G I L M P Q R S T U V W