MATLAB Function Reference |
Close connection with FTP server
Syntax
Description
close(f)
closes the connection with the FTP server, represented by object f
, which was created using ftp
. Be sure to use close
after completing work on the server. If you do not run close
, the connection will be terminated automatically either because of the server's time-out feature or when you exit MATLAB.
Examples
Connect to the MathWorks FTP server and then disconnect.
See Also
close (avifile) | closereq |
© 1994-2005 The MathWorks, Inc.