Package com.sshtools.common.sftp
Interface MultipartTransfer
public interface MultipartTransfer
-
Method Details
-
getMinimumPartSize
int getMinimumPartSize() -
getPath
String getPath() -
getFile
AbstractFile getFile() -
getUploadId
String getUploadId() -
openPart
- Throws:
IOExceptionPermissionDeniedException
-
combineParts
- Throws:
IOExceptionPermissionDeniedException
-
getPart
-
getParts
Collection<Multipart> getParts() -
getUuid
String getUuid() -
getExists
boolean getExists() -
cancel
void cancel() -
isCancelled
boolean isCancelled() -
onComplete
-