public class SSHFileUploader extends AbstractUploader
| Modifier and Type | Field and Description |
|---|---|
protected OutputStream |
err |
timestamp, total, uploadDirprogress| 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, getTimestampaddItem, addProgress, done, itemDone, removeProgress, setCount, setItemCount, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddProgress, removeProgressprotected OutputStream err
public boolean login(FilesUploader uploader)
Uploaderlogin in interface Uploaderlogin in class AbstractUploaderprotected boolean debugLogin(String host)
public void logout()
Uploaderlogout in interface Uploaderlogout in class AbstractUploaderpublic void upload(List<Uploadable> sources, List<String> locks) throws IOException
Uploaderupload in interface Uploaderupload in class AbstractUploaderIOExceptionprotected void setCommand(String command) throws IOException
IOExceptionpublic void disconnectSession()
throws IOException
IOExceptionprotected long readNumber(InputStream in) throws IOException
IOExceptionCopyright © 2014–2022 ImageJ. All rights reserved.