Class GridFTPOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    public class GridFTPOutputStream
    extends FTPOutputStream
    • 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)  
    • Method Summary

      • Methods inherited from class java.io.OutputStream

        nullOutputStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.IOException
        FTPException
      • 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.IOException
        FTPException
      • 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.IOException
        FTPException
      • 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.IOException
        FTPException
      • 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.IOException
        FTPException