public class CopyFileExtensionImpl extends AbstractSftpClientExtension implements CopyFileExtension
log
BY_NAME_COMPARATOR, NAME_EXTRACTOR
FALSE, TRUE
Constructor and Description |
---|
CopyFileExtensionImpl(SftpClient client,
RawSftpClient raw,
java.util.Collection<java.lang.String> extra) |
Modifier and Type | Method and Description |
---|---|
void |
copyFile(java.lang.String src,
java.lang.String dst,
boolean overwriteDestination) |
checkExtendedReplyBuffer, checkStatus, getClient, getCommandBuffer, getCommandBuffer, getCommandBuffer, getName, isSupported, putTarget, receive, send, sendAndCheckExtendedCommandStatus, sendExtendedCommand, throwStatusException
getSimplifiedLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient
findByName, getName, getNameList, getNames, removeByName
all, any, isSupported, of
public CopyFileExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra)
public void copyFile(java.lang.String src, java.lang.String dst, boolean overwriteDestination) throws java.io.IOException
copyFile
in interface CopyFileExtension
src
- The (remote) file source pathdst
- The (remote) file destination pathoverwriteDestination
- If true
then OK to override destination if existsjava.io.IOException
- If failed to execute the command or extension not supported