CloseFTP()
Syntax
CloseFTP(#Ftp)Description
Closes the specified #Ftp client connection previously opened with OpenFTP() and free any associated resources.
Parameters
#Ftp The connection to close. If #PB_All is specified, all the remaining FTP connection are closed.
Return value
None.
Remarks
All remaining ftp connection are automatically closed when the program ends.
See Also
OpenFTP(), IsFtp()
Supported OS
All