Package | Description |
---|---|
edu.isi.pegasus.gridftp |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryNotEmptyException |
class |
DirectoryRemovalException |
class |
FileExistsException |
class |
NoSuchFileException |
class |
PermissionDeniedException |
Modifier and Type | Method and Description |
---|---|
void |
Command.execute(List<GridFTPURL> urls) |
private static void |
PegasusGridFTP.execute(String[] args) |
boolean |
GridFTPConnection.exists(String path)
Return true if path exists, false otherwise
|
List<FileInfo> |
GridFTPConnection.ll(String path)
List contents of path in long format
|
List<FileInfo> |
GridFTPConnection.ls(String path)
List contents of path in short (filename only) format
|
private List<FileInfo> |
GridFTPConnection.ls(String path,
boolean longFormat)
List contents of path.
|
private void |
MakeDirectoryCommand.mkdir(GridFTPConnection conn,
String path) |
void |
GridFTPConnection.mkdir(String path)
Create directory path
|
private void |
RemoveCommand.remove(GridFTPConnection conn,
File file) |
private void |
RemoveCommand.removeDir(GridFTPConnection conn,
File file) |
void |
GridFTPConnection.rm(String path)
Remove path
|
void |
GridFTPConnection.rmdir(String path)
Remove directory path
|
protected void |
RemoveCommand.run(GridFTPURL url) |
protected void |
ListCommand.run(GridFTPURL url) |
protected void |
MakeDirectoryCommand.run(GridFTPURL url) |
protected abstract void |
Command.run(GridFTPURL url) |
FileInfo |
GridFTPConnection.stat(String path)
Return information about path
|
private void |
GridFTPConnection.translateException(Exception e,
String message)
Translate the exception e into one of the subclasses of GridFTPException
|