org.globus.io.streams
Class GridFTPOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.globus.io.streams.GlobusOutputStream
          extended byorg.globus.io.streams.FTPOutputStream
              extended byorg.globus.io.streams.GridFTPOutputStream

public class GridFTPOutputStream
extends FTPOutputStream


Field Summary
 
Fields inherited from class org.globus.io.streams.FTPOutputStream
ftp, output, state
 
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 org.globus.io.streams.FTPOutputStream
abort, close, flush, put, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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