samples
Class SampleFtp

java.lang.Object
samples.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SampleFtp
public SampleFtp()
main
public static void main(java.lang.String[] argv)