public class ClientFile extends Object
Constructor and Description |
---|
ClientFile() |
Modifier and Type | Method and Description |
---|---|
boolean |
download(String fname,
File fileSaveAs)
Download file from server and save to file.
|
protected void |
status(int x) |
boolean |
upload(String fname,
File fileOpen) |
public boolean download(String fname, File fileSaveAs) throws Exception
Exception
public boolean upload(String fname, File fileOpen) throws IOException
IOException
protected void status(int x)
Copyright © 1999–2019 ViaOA. All rights reserved.