net.schmizz.sshj.xfer.scp
Class SCPDownloadClient
java.lang.Object
net.schmizz.sshj.xfer.scp.SCPDownloadClient
public final class SCPDownloadClient
- extends Object
Support for uploading files over a connected link using SCP.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copy
public int copy(String sourcePath,
LocalDestFile targetFile)
throws IOException
- Download a file from
sourcePath
on the connected host to targetPath
locally.
- Throws:
IOException
getRecursiveMode
public boolean getRecursiveMode()
setRecursiveMode
public void setRecursiveMode(boolean recursive)
Copyright © 2009-2012. All Rights Reserved.