Example usage for org.apache.commons.net.ftp FTPClient subclass-usage

List of usage examples for org.apache.commons.net.ftp FTPClient subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.net.ftp FTPClient subclass-usage.

Usage

From source file lucee.runtime.net.ftp.DebugFTPClient.java

/**
 * 
 */
public final class DebugFTPClient extends FTPClient {

    private static int count = 0;

From source file com.cyberway.issue.net.ClientFTP.java

/**
 * Client for FTP operations.  This class is necessary only because the
 * {@link #_openDataConnection_(int, String)} method is protected in 
 * the superclass, and we need to call it directly to handle directory
 * listings.  (The code that provides directory listings in the 
 * superclass doesn't scale:  It reads the entire directory into

From source file ch.ngiger.comm.ftp.FtpServer.java

/**
 * This is a basic wrapper around the sun.net.ftp.FtpClient class, which is included with Sun Java
 * that allows you to make FTP connections and file transfers.
 * <p>
 * Based on programm version 1.0 of Julian Robichaux, http://www.nsftools.com
 * http://www.nsftools.com/tips/SunFtpWrapper.java

From source file lucee.commons.io.res.type.ftp.FTPResourceClient.java

public final class FTPResourceClient extends FTPClient {

    private String workingDirectory = null;

    private final FTPConnectionData ftpConnectionData;
    private long lastAccess;

From source file org.archive.net.ClientFTP.java

/**
 * Client for FTP operations. Saves the commands sent to the server and replies
 * received, which can be retrieved with {@link #getControlConversation()}.
 * 
 * @contributor pjack
 * @contributor nlevitt

From source file net.redwarp.actions.ftp.CustomFTPClient.java

public class CustomFTPClient extends FTPClient {
    private String host;
    private String login;
    private String password;
    private int port;
    private boolean overwrite = false;

From source file org.amelia.dsl.lib.FTPClient.java

/**
 * Wrapper implementation of the Apache commons net FTP client. In essence, this
 * class implements:
 * 
 * <ul>
 * <li>{@link #makeDirectories(String)}: allows to create several directories at

From source file neo.ftp.JakartaFtpWrapper.java

/**
 *    @Class Name   :    JakartaFtpWrapper.java
 *    @      :    
 *    @Version      :    1.0
 *   @Author      :    hoon09
 *    @Copyright      :    All Right Reserved

From source file org.openconcerto.ftp.IFtp.java

public class IFtp extends FTPClient {

    // *** Static

    private static final String MD5_SUFFIX = ".md5";
    private static final int MD5_LENGTH = 32;

From source file org.eurocarbdb.util.FTP_Client.java

/*  class FTP_Client  *//****************************
                        *
                        *   // some doco here...
                        *
                        *   @author   mjh <glycoslave@gmail.com>
                        *   @version  $Rev: 1932 $