Oberon || Library || Module Index || Search Engine || Definition || Module


Ulm's Oberon Library:
FTPCommands


NAME

FTPCommands - collection of FTP commands

SYNOPSIS

VAR
   user, pass, acct,
   type, stru, mode,
   cwd, pwd, cdup,
   pasv, retr, rest, port,
   list, nlst,
   quit,
   syst, stat, noop, help,
   abor,
   stor, appe, stou,
   allo, mkd, rmd, dele,
   rnfr, rnto,
   size, mdtm,
   site,
   xmkd, xrmd, xpwd,
   xcup, xcwd:
      ConstStrings.String;

DESCRIPTION

FTPCommands provides a collection of FTP command strings in upper-case that may be found in requests returned by FTPRequests.

SEE ALSO

FTPRequests
persistent object type for FTP requests that includes a command component that may be compared to these constant strings.

BUGS

This collection is far from being complete.
Edited by: borchert, last change: 2001/05/07, revision: 1.2, converted to HTML: 2001/05/07

Oberon || Library || Module Index || Search Engine || Definition || Module