Uses of Class
org.globus.ftp.exception.FTPException
-
Packages that use FTPException Package Description org.globus.ftp org.globus.ftp.exception org.globus.io.streams Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File.org.globus.io.urlcopy This library provides a simple API for transferring a file from one location to another. -
-
Uses of FTPException in org.globus.ftp
Methods in org.globus.ftp that throw FTPException Modifier and Type Method Description void
FileInfo. parseUnixListReply(java.lang.String reply)
Given a line of reply received as the result of "LIST" command, this method will set all the attributes(name,size,time,date and file type) of the named file.Constructors in org.globus.ftp that throw FTPException Constructor Description FileInfo(java.lang.String unixListReply)
Parses the file information from one line of response to the FTP LIST command.MlsxEntry(java.lang.String mlsxEntry)
Constructor for MlsxEntry. -
Uses of FTPException in org.globus.ftp.exception
Subclasses of FTPException in org.globus.ftp.exception Modifier and Type Class Description class
ClientException
Indicates a local client side problem that has not been caused by remote server nor the local data channel.class
DataChannelException
Indicates data channel problems.class
FTPReplyParseException
Indicates that the reply received from server failed to parse.class
PerfMarkerException
thrown by PerformanceMarker, mostly during construction.class
ServerException
Indicates that operation failed because of conditions on the server, independent from the client.class
UnexpectedReplyCodeException
Indicates that the received reply had different code than it had been expected. -
Uses of FTPException in org.globus.io.streams
Methods in org.globus.io.streams that throw FTPException Modifier and Type Method Description protected void
FTPInputStream. get(boolean passive, int type, java.lang.String remoteFile)
protected void
FTPOutputStream. put(boolean passive, int type, java.lang.String remoteFile, boolean append)
Constructors in org.globus.io.streams that throw FTPException Constructor Description FTPInputStream(java.lang.String host, int port, java.lang.String user, java.lang.String pwd, java.lang.String file)
FTPInputStream(java.lang.String host, int port, java.lang.String user, java.lang.String pwd, java.lang.String file, boolean passive, int type)
FTPOutputStream(java.lang.String host, int port, java.lang.String user, java.lang.String pwd, java.lang.String file, boolean append)
FTPOutputStream(java.lang.String host, int port, java.lang.String user, java.lang.String pwd, java.lang.String file, boolean append, boolean passive, int type)
GridFTPInputStream(org.ietf.jgss.GSSCredential cred, java.lang.String host, int port, java.lang.String file)
GridFTPInputStream(org.ietf.jgss.GSSCredential cred, Authorization auth, java.lang.String host, int port, java.lang.String file, boolean reqDCAU)
GridFTPInputStream(org.ietf.jgss.GSSCredential cred, Authorization auth, java.lang.String host, int port, java.lang.String file, boolean passive, int type, boolean reqDCAU)
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)
-
Uses of FTPException in org.globus.io.urlcopy
Methods in org.globus.io.urlcopy that throw FTPException Modifier and Type Method Description protected void
UrlCopy. negotiateDCAU(FTPClient src, FTPClient dst)
private static void
UrlCopy. setDCAU(GridFTPClient c, boolean dcau)
-