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

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

Introduction

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

Usage

From source file ch.cyberduck.core.ftp.parser.FTPExtendedFile.java

public class FTPExtendedFile extends FTPFile {
    private static final long serialVersionUID = 6829009965929769052L;

    /**
     * set user ID upon execution
     */

From source file org.isatools.isacreator.filechooser.CustomFTPFile.java

/**
 * @author Eamonn Maguire
 * @date Sep 16, 2009
 */

public class CustomFTPFile extends FTPFile implements FileChooserFile<FTPFile> {