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
Exceptionpublic boolean upload(String fname, File fileOpen) throws IOException
IOExceptionprotected void status(int x)
Copyright © 1999–2025 ViaOA. All rights reserved.