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

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

Introduction

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

Usage

From source file org.apache.nutch.protocol.ftp.Client.java

/***********************************************
 * Client.java encapsulates functionalities necessary for nutch to get dir list
 * and retrieve file from an FTP server. This class takes care of all low level
 * details of interacting with an FTP server and provides a convenient higher
 * level interface.
 * 

From source file com.atomicleopard.thundr.ftp.commons.FTPClient.java

/**
 * 
 * This is a copy of {@link org.apache.commons.net.ftp.FTPClient} which removes reliance on blacklisted classes
 * 
 * FTPClient encapsulates all the functionality necessary to store and
 * retrieve files from an FTP server.  This class takes care of all