Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.vanilla |
Modifier and Type | Method and Description |
---|---|
protected void |
FTPClient.performTransfer(Command cmd,
DataSink sink) |
Modifier and Type | Field and Description |
---|---|
static Command |
Command.ABOR |
static Command |
Command.CDUP |
static Command |
Command.EPSV |
static Command |
Command.FEAT |
static Command |
Command.PASV |
static Command |
Command.PWD |
static Command |
Command.QUIT |
static Command |
Command.SPAS |
Modifier and Type | Method and Description |
---|---|
Reply |
FTPControlChannel.exchange(Command cmd)
Write the command to the control channel,
block until reply arrives and return the reply.
|
Reply |
FTPControlChannel.execute(Command cmd)
Write the command to the control channel,
block until reply arrives and check if the command
completed successfully (reply code 200).
|
static String |
Command.toString(Command command) |
void |
FTPControlChannel.write(Command cmd)
Sends the command over the control channel.
|
Copyright © 2016. All rights reserved.