CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2008
    Posts
    87

    Urgent: File Transfer Program between 2 machines

    Hi,

    I want to develop a program that transfers file between 2 machines. Please suggeest your idea or share if you have already developed such program?

  2. #2
    Join Date
    Jan 2003
    Posts
    615

    Re: Urgent: File Transfer Program between 2 machines

    You can use socket programming to communicate between to computers across a network.
    Before post, make an effort yourself, try googling or search here.

    When posting, give a proper description of your problem, include code* and error messages.

    *All code should include code tags

  3. #3
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: Urgent: File Transfer Program between 2 machines

    CopyFile()

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured