|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.knup.jedi.jayshare.FileTransfer.Download | +--de.knup.jedi.jayshare.FileTransfer.FTPDownload
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 |
|
Field Detail |
public static final int BLOCKSIZE
protected java.lang.String hostIP
protected int port
Constructor Detail |
public FTPDownload(java.lang.String file, java.lang.String output, java.lang.String ip, int port)
Method Detail |
public void getFile() throws java.io.IOException, java.io.FileNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |