Forum Discussion
Altera_Forum
Honored Contributor
20 years agoYou're right, at the end of the main function, the ftp server goes into an infinite loop looking for commands to parse but it doesn't check for a closed socket.
As quirky as it sounds, you need to send a "quit" command at the end of your session in order for the ftp server to shut down.