Example usage for org.apache.commons.net SocketClient subclass-usage

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

Introduction

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

Usage

From source file org.random_access.newsreader.nntp.CustomNNTP.java

/**
 * <b>Project:</b> Newsreader for Android <br>
 * <b>Date:</b> 25.0.2015 <br>
 * <b>Author:</b> Monika Schrenk <br>
 * <b>E-Mail:</b> software@random-access.org <br>
 *

From source file rnaedit.test.RExecClient.java

/***
 * RExecClient implements the rexec() facility that first appeared in
 * 4.2BSD Unix.  This class will probably only be of use for connecting
 * to Unix systems and only when the rexecd daemon is configured to run,
 * which is a rarity these days because of the security risks involved.
 * However, rexec() can be very useful for performing administrative tasks

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

/***
 * This is a copy of {@link org.apache.commons.net.ftp.FTP} which removes reliance on blacklisted classes
 * 
 * 
 * FTP provides the basic the functionality necessary to implement your
 * own FTP client.  It extends org.apache.commons.net.SocketClient since