This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432E401Y: Problem implementing a LIST command for FTP Server

Part Number: MSP432E401Y
Other Parts Discussed in Thread: TM4C1294KCPDT

Hello Everyone,

I am implementing FTP server, in my msp432e401y based device, for accessing micro sd card content from PC based ftp client application.

For that I am using 'simplelink_msp432e4_sdk_3_10_00_11'.

I have already implemented ftp server on TM4C1294KCPDT IC based device using 'TivaWare_C_Series-2.1.2.111' and its working fine.

But in this msp based device, whenever device receives LIST command from PC based FTP client application, it sends response "150 File status okay; about to open data connection" and then got stuck into fault ISR.

What could be the solution for the same?