Uses of Class
com.citycolor.net.ftp.FTPExecuteException

Packages that use FTPExecuteException
com.citycolor.net.ftp   
 

Uses of FTPExecuteException in com.citycolor.net.ftp
 

Methods in com.citycolor.net.ftp that throw FTPExecuteException
 java.lang.String FTPHandler.login(java.lang.String user, java.lang.String pass, java.lang.String acct)
          Logs the user in the server and returns the welcome message if succesful.
 void FTPHandler.sendFile(java.io.File filePath, java.lang.String remoteFileName, boolean usePassiveMode)
          Send's a file to the server.
 void FTPHandler.sendText(java.lang.String text, java.lang.String remoteFileName, boolean usePassiveMode)
          Send's a text string to the server, storing it remotely as a file.
 FTPResponse FTPControlConnection.execute(java.lang.String command)
          Executes a FTP command.
 FTPResponse FTPControlConnection.execute(java.lang.String command, java.lang.String value)
          Executes a FTP command with the specified value.
 

Constructors in com.citycolor.net.ftp that throw FTPExecuteException
FTPControlConnection(java.net.InetAddress inetaddress, int i)
           
FTPControlConnection(java.net.InetAddress inetaddress)
           
 



Copyright 1999-2004 Sebastian E. Ferreyra Pons. All Rights Reserved.