libunftp icon indicating copy to clipboard operation
libunftp copied to clipboard

Look into correct PASV behaviour

Open robklg opened this issue 2 years ago • 0 comments

There are some behaviours around PASV that need looking into:

  • We accept multiple pasv commands (and open new passive ports each time) - do we want to close the previous listening port, or not accept the new command?
  • With the timeout on pasv that was added: when the passive listening timeout is reached, how are we supposed to behave according to the RFC? Should we return some 4xx in response to the command that was received too late? (LIST, STOR, RETR)

robklg avatar Oct 26 '22 20:10 robklg