public class GridFTPOutputStream extends FTPOutputStream
ftp, output, state| Constructor and Description |
|---|
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean reqDCAU) |
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU) |
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU,
long size) |
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean reqDCAU,
long size) |
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
java.lang.String host,
int port,
java.lang.String file,
boolean append) |
public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
java.lang.String host,
int port,
java.lang.String file,
boolean append)
throws java.io.IOException,
FTPException
java.io.IOExceptionFTPExceptionpublic GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean reqDCAU)
throws java.io.IOException,
FTPException
java.io.IOExceptionFTPExceptionpublic GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean reqDCAU,
long size)
throws java.io.IOException,
FTPException
java.io.IOExceptionFTPExceptionpublic GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU)
throws java.io.IOException,
FTPException
java.io.IOExceptionFTPExceptionpublic GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU,
long size)
throws java.io.IOException,
FTPException
java.io.IOExceptionFTPExceptionCopyright © 2013. All Rights Reserved.