first of all, hi new to the forums looking for some help (asked at other places too but they didnt seem to know)


ok the problem i have is i have downloaded an open source C# project (called yoozy.net - http://yoozy.sourceforge.net/) which allows you to access the files on a server running yoozy

i want to change it so that instead of the server application listening for the client, it does it the opposite way round so the 'server' app connects to the client this way i will be able to use it to access my files at home when im at school or at my dads.

i have some c# knowledge however not in sockets and stuff and i have tried to learn and made a chat application but the two different apps from yoozy use different things to connect to each other (netstream.cs are different) so i cant just swap stream.connect("127.0.0.1",123) for stream.listen();

if someone could have a look and help me (and tell me what they did) it will be appreciated
thankyou

here is the source for yoozy : http://downloads.sourceforge.net/pro..._mirror=heanet