Interface CopyFileExtension
- All Superinterfaces:
NamedResource, OptionalFeature, SftpClientExtension, SftpClientHolder
- All Known Implementing Classes:
CopyFileExtensionImpl
- See Also:
-
Field Summary
Fields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface OptionalFeature
FALSE, TRUE -
Method Summary
Methods inherited from interface NamedResource
getNameMethods inherited from interface OptionalFeature
isSupportedMethods inherited from interface SftpClientHolder
getClient
-
Method Details
-
copyFile
- Parameters:
src- The (remote) file source pathdst- The (remote) file destination pathoverwriteDestination- Iftruethen OK to override destination if exists- Throws:
IOException- If failed to execute the command or extension not supported
-