Interface FtpOrBuilder (0.3.0)

public interface FtpOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommand()

public abstract String getCommand()

The FTP command.

string command = 1;

Returns
Type Description
String

The command.

getCommandBytes()

public abstract ByteString getCommandBytes()

The FTP command.

string command = 1;

Returns
Type Description
ByteString

The bytes for command.