List of usage examples for org.apache.commons.net.ftp FTPClient subclass-usage
From source file com.toolsverse.io.ProxyFtpClient.java
/**
* The proxy ftp client.
*
* @author Maksym Sherbinin
* @version 2.0
* @since 1.5
From source file com.myJava.file.driver.remote.ftp.FTPSClient.java
/**
* FTPClient subclass that manages secured sockets
* <BR>
* @author Olivier PETRUCCI
* <BR>
*
From source file com.myJava.file.driver.remote.ftp.FTPClient.java
/**
* <BR>
* @author Olivier PETRUCCI
* <BR>
*
*/
From source file aplicacion.sistema.version.logic.JakartaFtpWrapper.java
/** This is a simple wrapper around the Jakarta Commons FTP
* library. I really just added a few convenience methods to the
* class to suit my needs and make my code easier to read.
* <p>
* If you want more information on the Jakarta Commons libraries
* (there is a LOT more you can do than what you see here), go to:
From source file aplicacion.herramientas.conexion.ftp.test.JakartaFtpWrapper.java
/** This is a simple wrapper around the Jakarta Commons FTP
* library. I really just added a few convenience methods to the
* class to suit my needs and make my code easier to read.
* <p>
* If you want more information on the Jakarta Commons libraries
* (there is a LOT more you can do than what you see here), go to:
From source file com.mirth.connect.connectors.file.filesystems.HaltableFTPClient.java
public class HaltableFTPClient extends FTPClient { private Set<Socket> openSockets = new HashSet<Socket>(); @Override protected Socket _openDataConnection_(String command, String arg) throws IOException {
From source file csv.util.bscs.ftp.JakartaFtpWrapper.java
/** This is a simple wrapper around the Jakarta Commons FTP
* library. I really just added a few convenience methods to the
* class to suit my needs and make my code easier to read.
* <p>
* If you want more information on the Jakarta Commons libraries
* (there is a LOT more you can do than what you see here), go to:
From source file net.rptools.maptool.client.ui.io.FTPCommand.java
/**
* <p>
* This class extends the Apache Commons {@link Net.FtpClient} class to ease
* future modification.
* </p>
* <p>
From source file com.t3.client.ui.io.FTPCommand.java
/**
* <p>
* This class extends the Apache Commons {@link Net.FtpClient} class to ease future modification.
* </p>
* <p>
* This class creates its own connection to the specified host and does not try to reuse an existing connection. This
From source file FileHandler.JakartaFtpWrapper.java
/** This is a simple wrapper around the Jakarta Commons FTP
* library. I really just added a few convenience methods to the
* class to suit my needs and make my code easier to read.
* <p>
* If you want more information on the Jakarta Commons libraries
* (there is a LOT more you can do than what you see here), go to: