MATLAB Function Reference Previous page   Next Page
close (ftp)

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

ftp


Previous page  close (avifile) closereq Next page

© 1994-2005 The MathWorks, Inc.