Transfer an Array/File from one PC to another PC using ethernet port.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mostafijur
    New Member
    • May 2007
    • 12

    Transfer an Array/File from one PC to another PC using ethernet port.

    Hello

    My PC[Linux] has 2 ethernet card.I am using 1 port for internet.The 2nd port is connected with another PC[Linux] and same network address.I want to send data by the 2nd port to that PC on time interval.

    Can u give me any sugession on to transfer an array or a file from 1 PC to Another PC in a LAN using C programming language ?

    What types of information I need to learn to write this program? If u have any example it is better for me to understand.

    Thank you.......
  • arne
    Recognized Expert Contributor
    • Oct 2006
    • 315

    #2
    Originally posted by mostafijur
    Hello

    My PC[Linux] has 2 ethernet card.I am using 1 port for internet.The 2nd port is connected with another PC[Linux] and same network address.I want to send data by the 2nd port to that PC on time interval.

    Can u give me any sugession on to transfer an array or a file from 1 PC to Another PC in a LAN using C programming language ?

    What types of information I need to learn to write this program? If u have any example it is better for me to understand.

    Thank you.......
    I recommend Beej's Guide to Network Programming. It contains all you need and also provides sample code.

    HTH,
    arne

    Comment

    • mostafijur
      New Member
      • May 2007
      • 12

      #3
      Thanks ARNE for yr help.This book is helpful for my work.


      Originally posted by arne
      I recommend Beej's Guide to Network Programming. It contains all you need and also provides sample code.

      HTH,
      arne

      Comment

      Working...