ftpClose (Function) |
Top Previous Next |
This function will close the FTP interface. After the FTP interface is closed, it cannot be used until opened again. Please also see ftpOpen.
When closing the FTP interface, all sessions created with ftpConnect will automatically be closed.
Input: None.
Returns: INT
Declaration: FUNCTION ftpClose : INT;
Example: INCLUDE rtcu.inc |