List of usage examples for org.apache.commons.net.ftp FTPClient subclass-usage
From source file net.sf.ufsc.ftp.FTPSClient.java
/** * Extends Commons-Net FTPClient adding AUTH/TLS FTPS support. * * @author Paul Ferraro */ public class FTPSClient extends FTPClient {
From source file nl.nn.adapterframework.ftp.FTPsClient.java
/**
* Apaches FTPCLient doesn't support FTPS; This class does support
* implicit and explicit FTPS.
*
* @author John Dekker
*/
From source file org.jengine.mbean.FTPHL7Client.java
public class FTPHL7Client extends FTPClient implements Runnable { private static String CONNECTION_FACTORY = "ConnectionFactory"; private static String PROVIDER_URL = System.getProperty("jboss.bind.address"); private Context ctx = null;
From source file net.sf.webphotos.sync.FTP.SyncObject.java
/**
* Interface entre o sistema e o envio de arquivos. Herda a classe FTPClient e
* implementa (sobrescreve) os mtodos da interface Sync. Possui mtodos de
* transferncia de arquivos, mudana de diretrio, criao de subdiretrio,
* conexo e desconexo ao FTP e carregamento de arquivos de FTP.
*
From source file edu.monash.merc.system.remote.FTPFileGetter.java
/**
* FTPFileGetter class which downloads the file from a ftp site
*
* @author Simon Yu
* <p/>
* Email: xiaoming.yu@monash.edu
From source file sos.net.SOSFTP.java
/**
* <p>Title: FTP-Client</p>
* <p>Description: a wrapper around the Jakarta Commons FTP</p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: SOS GmbH</p>
* @author <a href="mailto:ghassan.beydoun@sos-berlin.com">Ghassan Beydoun</a>