Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
F
G
I
L
M
P
Q
R
S
T
U
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
B
BINARY
- Static variable in class com.enterprisedt.net.ftp.
FTPTransferType
Represents Image (or binary) transfer type
C
chdir(String)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Change the remote working directory to that supplied
com.enterprisedt.net.ftp
- package com.enterprisedt.net.ftp
com.enterprisedt.net.ftp.test
- package com.enterprisedt.net.ftp.test
D
debugResponses(boolean)
- Method in class com.enterprisedt.net.ftp.
FTPClient
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.
F
FTPClient
- class com.enterprisedt.net.ftp.
FTPClient
.
Supports client-side FTP.
FTPClient(InetAddress)
- Constructor for class com.enterprisedt.net.ftp.
FTPClient
Constructor.
FTPClient(InetAddress, int)
- Constructor for class com.enterprisedt.net.ftp.
FTPClient
Constructor.
FTPClient(String)
- Constructor for class com.enterprisedt.net.ftp.
FTPClient
Constructor.
FTPClient(String, int)
- Constructor for class com.enterprisedt.net.ftp.
FTPClient
Constructor.
FTPClientTest
- class com.enterprisedt.net.ftp.test.
FTPClientTest
.
Crude test harness.
FTPClientTest()
- Constructor for class com.enterprisedt.net.ftp.test.
FTPClientTest
FTPConnectMode
- class com.enterprisedt.net.ftp.
FTPConnectMode
.
Enumerates the connect modes that are possible, active & PASV
FTPControlSocket
- class com.enterprisedt.net.ftp.
FTPControlSocket
.
Supports client-side FTP operations
FTPControlSocket(InetAddress)
- Constructor for class com.enterprisedt.net.ftp.
FTPControlSocket
Constructor.
FTPControlSocket(InetAddress, int)
- Constructor for class com.enterprisedt.net.ftp.
FTPControlSocket
Constructor.
FTPControlSocket(String)
- Constructor for class com.enterprisedt.net.ftp.
FTPControlSocket
Constructor.
FTPControlSocket(String, 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.
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.
G
get(String)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Get data from the FTP server.
get(String, String)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Get data from the FTP server.
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
initSOCKS(String, String)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Set up SOCKS v4 proxy settings.
L
list(String)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Deprecated.
As of FTP 1.1, replaced by
FTPClient.dir(String)
list(String, boolean)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Deprecated.
As of FTP 1.1, replaced by
FTPClient.dir(String,boolean)
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
main(String[])
- Static method in class com.enterprisedt.net.ftp.test.
FTPClientTest
Test harness.
mkdir(String)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Create the specified remote working directory
P
password(String)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Supplies the password for a previously supplied username to log into the FTP server.
PASV
- Static variable in class com.enterprisedt.net.ftp.
FTPConnectMode
Represents PASV connect mode
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.
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.
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
rename(String, String)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Rename a file or directory
rmdir(String)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Delete the specified remote working directory
S
setConnectMode(FTPConnectMode)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Set the connect mode
setTimeout(int)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Set the TCP timeout on the underlying 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
toByteArray(short)
- Method in class com.enterprisedt.net.ftp.
FTPControlSocket
Convert a short into a byte array
U
usage()
- Static method in class com.enterprisedt.net.ftp.test.
FTPClientTest
Basic usage statement
user(String)
- Method in class com.enterprisedt.net.ftp.
FTPClient
Supply the user name to log into an account on the FTP server.
A
B
C
D
F
G
I
L
M
P
Q
R
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
Copyright (c) 2001 Enterprise Distributed Technologies Ltd. All Rights Reserved.