C Board  

Go Back   C Board > General Programming Boards > Networking/Device Communication

Reply
 
LinkBack Thread Tools Display Modes
Old 11-04-2004, 08:23 PM   #1
C++ and Flash Programmer
 
Join Date: Jul 2004
Posts: 7
Basic Networking Code

Hello,
I need some networking code in which I can send a program through a small network of computers. I need to send a simple program through a network on the computer. The program will then load another aplication.
Thanks
Nexus is offline   Reply With Quote
Old 11-04-2004, 09:20 PM   #2
Registered User
 
Join Date: Sep 2004
Location: California
Posts: 3,020
That's not the way it works. Sending data between two computers requires a program running on each computer (one is usually called a client, and the other is a server). These two programs talk to each other via networking.

You cant just spontaneously send a program to another computer without something running on that computer to receive the program. Maybe if you went into more detail on what you are trying to accomplish, I could help you further.
bithub is offline   Reply With Quote
Old 11-11-2004, 07:09 PM   #3
C++ and Flash Programmer
 
Join Date: Jul 2004
Posts: 7
I can load the application through a common drive on the network. What types of source code could I sue to send a file.
Nexus is offline   Reply With Quote
Old 11-12-2004, 03:41 PM   #4
Carnivore ('-'v)
 
Hunter2's Avatar
 
Join Date: May 2002
Posts: 2,866
>>I can load the application through a common drive on the network.
If you mean "I can get the other computer to run the application by running it from a shared drive", I doubt it.

>>What types of source code could I sue to send a file.
I don't know what or who you could sue for it, but look up the FTP protocol for ideas on how to implement file transfer.

For a more specific code example, you can take a look at the source code for my ICerView program (get it from my website, the link's in my signature).

This wouldn't be for a virus or anything now, would it? Because copying a program to a remote computer and then executing it remotely... just sounds rather suspicious to me.
__________________
Just Google It. √

(\ /)
( . .)
c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.
Hunter2 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Basic Code Help Slinger137 Windows Programming 9 01-04-2009 10:26 AM
Basic Code MadCow257 Game Programming 6 03-01-2005 05:28 PM
True ASM vs. Fake ASM ???? DavidP A Brief History of Cprogramming.com 7 04-02-2003 04:28 AM
Seems like correct code, but results are not right... OmniMirror C Programming 4 02-13-2003 01:33 PM
Interface Question smog890 C Programming 11 06-03-2002 05:06 PM


All times are GMT -6. The time now is 06:44 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22