net.schmizz.sshj.xfer.scp
Class SCPUploadClient
java.lang.Object
net.schmizz.sshj.xfer.scp.SCPUploadClient
public final class SCPUploadClient
- 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(LocalSourceFile sourceFile,
String remotePath)
throws IOException
- Upload a local file from
localFile
to targetPath
on the remote host.
- Throws:
IOException
setUploadFilter
public void setUploadFilter(LocalFileFilter uploadFilter)
Copyright © 2009-2012. All Rights Reserved.