Java org.apache.commons.net.ftp FTPCommand fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.ftp FTPCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.ftp FTPCommand.

The text is from its open source code.

Field

intRETR
intSTOR
intSTOU
intAPPE
intLIST
intNLST
intMDTM
intMFMT
intMLSD
Machine parseable list for a directory
intMLST
Machine parseable list for a single file

Method

StringgetCommand(int command)
Retrieve the FTP protocol command string corresponding to a specified command code.