tribble.net.ftp
Class FTPClientRun

java.lang.Object
  extended by tribble.net.ftp.FTPClientRun

public abstract class FTPClientRun
extends java.lang.Object

Simple FTP client driver. Allows clients to establish FTP connections, send and receive files, get remote directory listings, etc.

References

IETF RFC 959 - File Transfer Protocol (FTP)
www.ietf.org/rfc/rfc0959.txt.

Source code:
Available at: http://david.tribble.com/src/java/tribble/net/ftp/FTPClientRun.java
Documentation:
Available at: http://david.tribble.com/docs/tribble/net/ftp/FTPClientRun.html

Since:
API 1.0, 2006-04-06
Version:
API 2.0 $Revision: 1.12 $ $Date: 2010/07/12 21:28:59 $
Author:
David R. Tribble (david@tribble.com).

Copyright ©2006-2010 by David R. Tribble, all rights reserved.
Permission is granted to any person or entity except those designated by the United States Department of State as a terrorist, or terrorist government or agency, to use and distribute this source code provided that the original copyright notice remains present and unaltered.

See Also:
FTPClientAdapter, FTPClientI, FTPClient

Constructor Summary
FTPClientRun()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPClientRun

public FTPClientRun()