public class CopyFileExtensionImpl extends AbstractSftpClientExtension implements CopyFileExtension
logBY_NAME_COMPARATOR, NAME_EXTRACTORFALSE, TRUE| Constructor and Description |
|---|
CopyFileExtensionImpl(SftpClient client,
RawSftpClient raw,
Collection<String> extra) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFile(String src,
String dst,
boolean overwriteDestination) |
checkExtendedReplyBuffer, checkStatus, getClient, getCommandBuffer, getCommandBuffer, getCommandBuffer, getName, isSupported, putTarget, receive, send, sendAndCheckExtendedCommandStatus, sendExtendedCommand, throwStatusExceptiongetSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientfindByName, getName, getNameList, getNames, removeByNameall, any, isSupported, ofpublic CopyFileExtensionImpl(SftpClient client, RawSftpClient raw, Collection<String> extra)
public void copyFile(String src, String dst, boolean overwriteDestination) throws IOException
copyFile in interface CopyFileExtensionsrc - The (remote) file source pathdst - The (remote) file destination pathoverwriteDestination - If true then OK to override destination if existsIOException - If failed to execute the command or extension not supportedCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.