public class GridFTPOutputStream extends FTPOutputStream
ftp, output, state
Constructor and Description |
---|
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,
Authorization auth,
String host,
int port,
String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU,
long size) |
GridFTPOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean append,
boolean reqDCAU,
long size) |
GridFTPOutputStream(GSSCredential cred,
String host,
int port,
String file,
boolean append) |
public GridFTPOutputStream(GSSCredential cred, String host, int port, String file, boolean append) throws IOException, FTPException
IOException
FTPException
public GridFTPOutputStream(GSSCredential cred, Authorization auth, String host, int port, String file, boolean append, boolean reqDCAU) throws IOException, FTPException
IOException
FTPException
public GridFTPOutputStream(GSSCredential cred, Authorization auth, String host, int port, String file, boolean append, boolean reqDCAU, long size) throws IOException, FTPException
IOException
FTPException
public GridFTPOutputStream(GSSCredential cred, Authorization auth, String host, int port, String file, boolean append, boolean passive, int type, boolean reqDCAU) throws IOException, FTPException
IOException
FTPException
public GridFTPOutputStream(GSSCredential cred, Authorization auth, String host, int port, String file, boolean append, boolean passive, int type, boolean reqDCAU, long size) throws IOException, FTPException
IOException
FTPException
Copyright © 2016. All rights reserved.