CloseFTP()

语法

CloseFTP(#Ftp)
概要
Closes the specified #Ftp client connection previously opened with OpenFTP() and free any associated resources.

参数

#Ftp The connection to close. If #PB_All is specified, all the remaining FTP connection are closed.

返回值

无.

Remarks

All remaining ftp connection are automatically closed when the program ends.

参阅

OpenFTP(), IsFtp()

已支持操作系统

所有

<- CheckFTPConnection() - Ftp Index - CreateFTPDirectory() ->