I've read many threads about it but I still have a problem. I want to start a download of a file, on an ftp, using winsock.

My line of code:
wskFTP.SendData "GET Subscribers.txt HTTP/1.0" & vbCrLf & vbCrLf

FTP response:
500 'GET': command not understood.

Syntax error most probably but I couldn't fix it I'm not on a web site, do I need "HTTP/1.0"? Also would the protocol property help?
Thanks.