de.knup.jedi.jayshare.FileTransfer
Class FTPDownload

java.lang.Object
  |
  +--de.knup.jedi.jayshare.FileTransfer.Download
        |
        +--de.knup.jedi.jayshare.FileTransfer.FTPDownload

public class FTPDownload
extends Download


Field Summary
static int BLOCKSIZE
           
protected  java.lang.String hostIP
           
protected  int port
           
 
Fields inherited from class de.knup.jedi.jayshare.FileTransfer.Download
fileName, outputName
 
Constructor Summary
FTPDownload(java.lang.String file, java.lang.String output, java.lang.String ip, int port)
           
 
Method Summary
 void getFile()
           
 
Methods inherited from class de.knup.jedi.jayshare.FileTransfer.Download
run
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

BLOCKSIZE

public static final int BLOCKSIZE

hostIP

protected java.lang.String hostIP

port

protected int port
Constructor Detail

FTPDownload

public FTPDownload(java.lang.String file,
                   java.lang.String output,
                   java.lang.String ip,
                   int port)
Method Detail

getFile

public void getFile()
             throws java.io.IOException,
                    java.io.FileNotFoundException
Overrides:
getFile in class Download