Posted by Markus on 05/21/07 11:34
Hi
I encountered that FTP connections seem to remain open on the FTP
server, though my FTP class has a shutdown function that ftp_quit()s the
connection.
I did not find any info in the manual regarding the differences of
ftp_close() and ftp_quit(). Do I have to use ftp_close()? Or even first
close, then quit? Is it possible that ftp_quit() does not close the
connection on the FTP server? Or do I have to look for something else?
Thanks for some hints!
Markus
[Back to original message]
|