A C D E F M S U V

A

append(File, File) - Method in class com.mindprod.filetransfer.FileTransfer
append a file onto the end of another.

C

com.mindprod.filetransfer - package com.mindprod.filetransfer
 
copy(File, OutputStream, boolean) - Method in class com.mindprod.filetransfer.FileTransfer
Copy a file to an OutputStream
copy(InputStream, OutputStream, long, boolean) - Method in class com.mindprod.filetransfer.FileTransfer
Copy an InputStream to an OutputStream when you know the length in advance.
copy(InputStream, File) - Method in class com.mindprod.filetransfer.MiniFileTransfer
copy a file from a stream, typically a resource in the archive jar file to a local file on hard disk.
copy(InputStream, OutputStream, boolean) - Method in class com.mindprod.filetransfer.MiniFileTransfer
Copy an InputStream to an OutputStream, until EOF.
copy(ZipFile, String, File) - Method in class com.mindprod.filetransfer.MiniFileTransfer
Copy a file from a resource in some a local jar file, not the archive, to a local file on hard disk.

D

Download - Class in com.mindprod.filetransfer
command line automated download a file from the Internet.
download(URL, File) - Method in class com.mindprod.filetransfer.FileTransfer
Copy a file from a remote URL to a local file on hard disk.
downloadOneFile(String, String) - Static method in class com.mindprod.filetransfer.Download
Download one file

E

EMBEDDED_COPYRIGHT - Static variable in class com.mindprod.filetransfer.FileTransfer
undisplayed copyright notice

F

FileTransfer - Class in com.mindprod.filetransfer
classes to copy, and download files.
FileTransfer() - Constructor for class com.mindprod.filetransfer.FileTransfer
constructor
FileTransfer(int) - Constructor for class com.mindprod.filetransfer.FileTransfer
constructor

M

main(String[]) - Static method in class com.mindprod.filetransfer.Download
Command line Download
main(String[]) - Static method in class com.mindprod.filetransfer.FileTransfer
dummy main
main(String[]) - Static method in class com.mindprod.filetransfer.MaxiFileTransfer
Test driver
main(String[]) - Static method in class com.mindprod.filetransfer.MiniFileTransfer
dummy main
MaxiFileTransfer - Class in com.mindprod.filetransfer
copy or download a file.
MaxiFileTransfer() - Constructor for class com.mindprod.filetransfer.MaxiFileTransfer
constructor
MaxiFileTransfer(int) - Constructor for class com.mindprod.filetransfer.MaxiFileTransfer
constructor
MiniFileTransfer - Class in com.mindprod.filetransfer
copy a file, typically from a resource in a jar to the hard disk.
MiniFileTransfer() - Constructor for class com.mindprod.filetransfer.MiniFileTransfer
constructor
MiniFileTransfer(int) - Constructor for class com.mindprod.filetransfer.MiniFileTransfer
constructor

S

setConnectTimeout(int) - Method in class com.mindprod.filetransfer.MiniFileTransfer
override the default connect timeout of 50 seconds
setReadTimeout(int) - Method in class com.mindprod.filetransfer.MiniFileTransfer
override the default read timeout of 40 seconds
setStandardProperties(URLConnection) - Method in class com.mindprod.filetransfer.FileTransfer
set up the standard properties on the connection.

U

upload(File, URL) - Method in class com.mindprod.filetransfer.MaxiFileTransfer
Copy a file from a local hard disk to a remote URL.

V

VERSION_STRING - Static variable in class com.mindprod.filetransfer.FileTransfer
embedded version string.

A C D E F M S U V