A C D E F G H I L M N P Q R S T U

R

read() - Method in class ftp2me.LineReader
Reads one character from the stream.
read(char[]) - Method in class ftp2me.LineReader
Reads a character array from the stream.
read(char[], int, int) - Method in class ftp2me.LineReader
Reads a character array from the stream.
readLine() - Method in class ftp2me.LineReader
OK, this is the point.
ready() - Method in class ftp2me.LineReader
Returns true if there is at least one character that can be returned immediately by a read() operation (without blocking the thread).
rein() - Method in class ftp2me.Ftp2Me
Reinitialize This command terminates a USER, flushing all I/O and account information, except to allow any transfer in progress to be completed.
reset() - Method in class ftp2me.LineReader
Again: mark not supported, so this should be used.
RESP_ALL - Static variable in class ftp2me.Ftp2Me
 
rest(String) - Method in class ftp2me.Ftp2Me
Restart file transfer The argument field represents the server marker at which file transfer is to be restarted.
retr(OutputStream, String) - Method in class ftp2me.Ftp2Me
Retrieve This command causes the server-DTP to transfer a copy of the file, specified in the pathname, to the server- or user-DTP at the other end of the data connection.
rmd(String) - Method in class ftp2me.Ftp2Me
Remove directory This command causes the directory specified in the pathname to be removed as a directory (if the pathname is absolute) or as a subdirectory of the current working directory (if the pathname is relative).
rnfr(String) - Method in class ftp2me.Ftp2Me
Rename from This command specifies the old pathname of the file which is to be renamed.
rnto(String) - Method in class ftp2me.Ftp2Me
Rename to This command specifies the new pathname of the file specified in the immediately preceding "rename from" command.

A C D E F G H I L M N P Q R S T U