What I'm looking for is a Sample code that will let me connect to a server. (Console) and with the client it will log and download files related to that user and then disconnect.
It's all automatic. The client should have the users name and password in there. If No User name is fount then a new one is created.
What I'm trying to do is setup some thing that can be use on a daily basis. To transfer packets or zip files from the users account on the server to the client application. Then the files on the server are deleted after transfer.
2) I'm looking for a sample code that works with BinaryWriter and BinaryReader. Some thing that will read a Binary File, Search and so on. I just haven't fount any thing that shows me just what to do.
PLEASE can some one help.