
XFTP Usage


New commands in XFTP:

    echo
	Sends a message to the server, which responds which a
	reply.  The "NOOP" FTP command is used. (This command is for
	experimental purposes only).

    mult [n]
	Set the number of data connections to use.  If "n" is given
	and is a legal number of connections, "n" data connections
	will be used.  The "MULT" FTP command is triggered.

    win n
	Set the send and receive window sizes on the client and
	server.  The parameter is the window size in Kbytes (1024
	bytes).  The "WIN" FTP command is used.  (This command is
	for experimental purposes only).

    stock
	Toggle "stock mode".  Stock mode is which transfer routine
	is used when only one data connection is to be used.  When
	stock mode is one (default) the standard FTP routine is
	used.  When stock mode is off, the multiple connection
	routine is used to transfer a file using a single
	connection.  This command triggers the "STCK" FTP command.
	(This command is for experimental purposes only).

    mstats
	Toggles whether or not statistics about connection usage
	will be displayed following a transfer.  The default is to
	show statistics.  This is a "local" command.
