org.globus.io.streams
Class GridFTPOutputStream
java.lang.Object
java.io.OutputStream
org.globus.io.streams.GlobusOutputStream
org.globus.io.streams.FTPOutputStream
org.globus.io.streams.GridFTPOutputStream
- public class GridFTPOutputStream
- extends FTPOutputStream
Constructor Summary |
GridFTPOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean append,
boolean reqDCAU)
|
GridFTPOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU)
|
GridFTPOutputStream(GSSCredential cred,
String host,
int port,
String file,
boolean append)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridFTPOutputStream
public GridFTPOutputStream(GSSCredential cred,
String host,
int port,
String file,
boolean append)
throws IOException,
FTPException
GridFTPOutputStream
public GridFTPOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean append,
boolean reqDCAU)
throws IOException,
FTPException
GridFTPOutputStream
public GridFTPOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU)
throws IOException,
FTPException