Hi, Im making an FTP client using winsock (only because Inet is too limited when it comes to my advanced features that Ill be adding later on.)

I have a bit of a problem with the list command. More specificly what the server sends the client. I have been using Serv-U as a local server on my machine while testing it. When I send the list command it returns the string which I then decode and output to the user. However other servers dont seem to work the same.

So what I needed to know is what is the output from the server to the client when the list command is sent. I have looked in the FTP RFC(959 I think) and cant find it ne where.

Any help would be greatly appreciated.