eWON LIB
C D F G M N P R S 

C

com.ewon.ewonlib.ftpclient - package com.ewon.ewonlib.ftpclient
 
connect(String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Connects to the default port of an FTP server and logs in as anonymous/anonymous.
connect(String, int) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Connects to an FTP server and logs in as anonymous/anonymous.
connect(String, int, String, String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Connects to an FTP server and logs in with the supplied username and password.
cwd(String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Changes working directory.

D

delete(String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Deletes a file
dir(String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Lists the contents of a directory
dir(String, String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Lists the contents of a directory according to specified attributes
disconnect() - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Disconnects from the FTP server.

F

FtpCException - Exception in com.ewon.ewonlib.ftpclient
Signals that an FTP exception has been generated by an FtpClient object .
FtpCException() - Constructor for exception com.ewon.ewonlib.ftpclient.FtpCException
Constructs an FtpCException with null as its error detail message
FtpCException(String) - Constructor for exception com.ewon.ewonlib.ftpclient.FtpCException
Constructs an FtpCException with the specified message.
FtpClient - Class in com.ewon.ewonlib.ftpclient
This class implements a Java FTP client.

It allows you to: connect to a FTP server in active and passive mode. naviguate through the directories on the server retrieve files (get) and store files (put) on the server delete files on the server to make and remove directories on the server
FtpClient() - Constructor for class com.ewon.ewonlib.ftpclient.FtpClient
Create an instance of FtpClient.

G

get(String, String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
gets a file from the remote server
get(OutputStream, String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
gets a file from the remote server
getVersion() - Method in class com.ewon.ewonlib.ftpclient.FtpClient
get current version of java FTP client library

M

mkd(String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Creates a new directory.

N

noop() - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Triggers ok reply from server side

P

put(String, String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Stores a file on the remote server
put(InputStream, String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Stores an input stream on the remote server
pwd() - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Returns the present working directory.

R

rmd(String) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Deletes a directory

S

setActive() - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Sets active mode: data connections will be set up in active mode.
setActivePortRange(int, int) - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Sets the port range to use when data connections are set up in active mode.
setBin() - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Sets Binary mode
setPassive() - Method in class com.ewon.ewonlib.ftpclient.FtpClient
Sets passive mode: data connections will be set up in passive mode.
C D F G M N P R S 
eWON LIB

www.eWON.biz: Your Eyes Watching Over Net