Uses of Class
edu.isi.pegasus.gridftp.GridFTPConnection
-
Packages that use GridFTPConnection Package Description edu.isi.pegasus.gridftp -
-
Uses of GridFTPConnection in edu.isi.pegasus.gridftp
Fields in edu.isi.pegasus.gridftp with type parameters of type GridFTPConnection Modifier and Type Field Description protected java.util.Map<java.lang.String,GridFTPConnection>
Command. connectionCache
Methods in edu.isi.pegasus.gridftp that return GridFTPConnection Modifier and Type Method Description GridFTPConnection
Command. connect(GridFTPURL url)
Methods in edu.isi.pegasus.gridftp with parameters of type GridFTPConnection Modifier and Type Method Description private void
MakeDirectoryCommand. mkdir(GridFTPConnection conn, java.lang.String path)
private void
RemoveCommand. remove(GridFTPConnection conn, java.io.File file)
private void
RemoveCommand. removeDir(GridFTPConnection conn, java.io.File file)
-