> I am having server and client built with TSslWSocketClient & Server. > I would like to to make client to download bunch of files from the > server when it gets the command from the server. > The command will be a list of the files to download. > > Is this possible? if yes, any ideas about how to do this? > I do not want FTP, I need to be able to do this with sockets.
Anything is possible, but you are simply re-inventing the FTP protocol, so use the FTP client and FTP server components as a basis for your new download protocol, and expect to spend a lot of time developing and testing it all. Alternatively, do it with HTTPS one file at a time. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be