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 FtpCommandCode getCommand()
public FtpFile getFtpFile() throws FtpNoFileException
FtpNoFileException
public String getPath()
public boolean getStatus()
public void setStatus(boolean status)
status
- Copyright © 2009–2019 Waarp. All rights reserved.