
public class FtpTransfer extends Object
| Constructor and Description |
|---|
FtpTransfer(FtpCommandCode command,
FtpFile file) |
FtpTransfer(FtpCommandCode command,
List<String> fileOrInfo,
String path) |
| Modifier and Type | Method and Description |
|---|---|
FtpCommandCode |
getCommand() |
FtpFile |
getFtpFile() |
List<String> |
getInfo() |
String |
getPath() |
boolean |
getStatus() |
void |
setStatus(boolean status) |
String |
toString() |
public FtpTransfer(FtpCommandCode command, List<String> fileOrInfo, String path)
command - fileOrInfo - path - public FtpTransfer(FtpCommandCode command, FtpFile file)
command - file - public final FtpCommandCode getCommand()
public final FtpFile getFtpFile() throws FtpNoFileException
FtpNoFileExceptionpublic final String getPath()
public final boolean getStatus()
public final void setStatus(boolean status)
status - Copyright © 2009–2022 Waarp. All rights reserved.