public class SSHFileUploader extends AbstractUploader
Modifier and Type | Field and Description |
---|---|
protected OutputStream |
err |
timestamp, total, uploadDir
progress
Constructor and Description |
---|
SSHFileUploader() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
debugLogin(String host) |
void |
disconnectSession() |
String |
getProtocol()
TODO
|
boolean |
login(FilesUploader uploader)
TODO
|
void |
logout()
TODO
|
protected long |
readNumber(InputStream in) |
protected void |
setCommand(String command) |
void |
upload(List<Uploadable> sources,
List<String> locks)
TODO
|
calculateTotalSize, getTimestamp
addItem, addProgress, done, itemDone, removeProgress, setCount, setItemCount, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addProgress, removeProgress
protected OutputStream err
public boolean login(FilesUploader uploader)
Uploader
login
in interface Uploader
login
in class AbstractUploader
protected boolean debugLogin(String host)
public void logout()
Uploader
logout
in interface Uploader
logout
in class AbstractUploader
public void upload(List<Uploadable> sources, List<String> locks) throws IOException
Uploader
upload
in interface Uploader
upload
in class AbstractUploader
IOException
protected void setCommand(String command) throws IOException
IOException
public void disconnectSession() throws IOException
IOException
protected long readNumber(InputStream in) throws IOException
IOException
Copyright © 2014–2022 ImageJ. All rights reserved.