function display(h)
% DISPLAY Display method for the FTP object.

% Matthew J. Simoneau, 14-Nov-2001
% Copyright 1984-2004 The MathWorks, Inc.
% $Revision: 1.1.4.1 $  $Date: 2004/03/18 17:59:21 $

fprintf('\n%s = \n\n',inputname(1));
disp(h)
fprintf('\n');
