Package | Description |
---|---|
org.globus.io.urlcopy |
This library provides a simple API for transferring a file from one location to
another.
|
Modifier and Type | Method and Description |
---|---|
private void |
UrlCopy.checkUrl(GlobusURL url) |
void |
UrlCopy.copy()
Performs the copy function.
|
void |
UrlCopy.setDestinationUrl(GlobusURL dest)
Sets destination url.
|
void |
UrlCopy.setSourceUrl(GlobusURL source)
Sets source url.
|
private void |
UrlCopy.thirdPartyTransfer()
This performs thrid party transfer only if source and destination urls
are ftp urls.
|