FTPUpdates – NET+OS 7.3
Last Updated: 12/08/11 Fix Count: 2
Title
Incorrect response to EPSV command
Case: 1326897
Date Fixed: 12/08/11
Description
The port number returned has a space in front of it, i.e.
Entering Extended Passive Mode (||| 35265|)
should beEntering Extended Passive Mode (|||35265|)
Solution
Modified the response to be compliant with RFC2428.
Title
Connection timing out earlier than setting
Case: 1255073
Date Fixed: 08/14/08
Description
Connection times out earlier than specified when using FSTimeout call.Solution
FSTimeout was not properly taking into account that BSP_TICKS_PER_SECOND could be set to something other than 100.
Files:
netos\lib\arm7\32b\ghs\libftpsvr.a
netos\lib\arm7\32b\ghs\libftpsvrdbg.a
netos\lib\arm7\32b\gnu\libftpsvr.a
netos\lib\arm7\32b\gnu\libftpsvrdbg.a
netos\lib\arm9\32b\ghs\libftpsvr.a
netos\lib\arm9\32b\ghs\libftpsvrdbg.a
netos\lib\arm9\32b\gnu\libftpsvr.a
netos\lib\arm9\32b\gnu\libftpsvrdbg.a
Special Instructions
Patch Link: FTPUpdates_73
Dependencies
This patch also requires the installation of the following patch(es):