Quote:
Originally posted by MaistroX
Oki, now we ALL understand ;) , but why does it seem to work from ioFTPD to most other deamons of FTPD´s and NOT to/from RaidenFTPD ?
|
Raiden doesn't send the signal to tell the other side that the send is done: shutdown(socket, SD_SEND)
So the other side waits undefinitively for that signal, and finally timeout waiting for it. This happens with ioFTPD and ProFTPD, both of which expect to receive that signal. Other ftpd are lazy, and don't expect that signal. They just assume it.