I've been doing a lot of research on the Winsock Control, and began making my FTP program.. But i'm stuck on sending a LIST command to the FTP.. I'll put

Winsock1.SendData "LIST" & vbCrLf

and it'll send it, but i'll get a response that it could not open a data connection, yet I can connect to the ftp using CuteFTP. Here're my questions: How exactly do I go about using the LIST command and how can I retrieve the data so that the files it lists appear in a listbox control. Thank you so much for whoever can help me.