public final class SFTPFileUploader extends AbstractUploader
Modifier and Type | Field and Description |
---|---|
protected LogService |
log |
timestamp, total, uploadDir
progress
Constructor and Description |
---|
SFTPFileUploader() |
Modifier and Type | Method and Description |
---|---|
String |
getProtocol()
TODO
|
boolean |
login(FilesUploader uploader)
TODO
|
void |
logout()
TODO
|
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 LogService log
public boolean login(FilesUploader uploader)
Uploader
login
in interface Uploader
login
in class AbstractUploader
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
Copyright © 2014–2022 ImageJ. All rights reserved.