Package 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
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class GridFTPOutputStream extends FTPOutputStream
-
-
Field Summary
-
Fields inherited from class org.globus.io.streams.FTPOutputStream
ftp, output, state
-
-
Constructor Summary
Constructors Constructor Description GridFTPOutputStream(org.ietf.jgss.GSSCredential cred, java.lang.String host, int port, java.lang.String file, boolean append)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)
-
-
-
Constructor Detail
-
GridFTPOutputStream
public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred, java.lang.String host, int port, java.lang.String file, boolean append) throws java.io.IOException, FTPException- Throws:
java.io.IOExceptionFTPException
-
GridFTPOutputStream
public 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- Throws:
java.io.IOExceptionFTPException
-
GridFTPOutputStream
public 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- Throws:
java.io.IOExceptionFTPException
-
GridFTPOutputStream
public 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- Throws:
java.io.IOExceptionFTPException
-
GridFTPOutputStream
public 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- Throws:
java.io.IOExceptionFTPException
-
-