- 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.