Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

samples
Class SampleFtp  view SampleFtp download SampleFtp.java

java.lang.Object
  extended bysamples.SampleFtp

public class SampleFtp
extends java.lang.Object

this sample test class implements following FTP actions : Expected parameters in args[] are : 1) FTP server host's name 2) FTP userId to use 3) FTP password to use 4) Local work text file name to use for test. 4) Local existing work binary file name to use for test.


Constructor Summary
SampleFtp()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleFtp

public SampleFtp()
Method Detail

main

public static void main(java.lang.String[] argv)