2

The control connection in FTP is persistent but the data connection is created and disposed after each data transfer (aka. non-persistent). What are the advantages to making the data connection non-persistent? Does making the data connection non-persistent free up resources for the server?

1 Answers1

4

So that end of file equals end of stream, so that there doesn't have to be a superimposed protocol on the data connection.

user207421
  • 305,947
  • 44
  • 307
  • 483