Results 1 to 3 of 3

Thread: Sending and recieving files

  1. #1
    Join Date
    Jul 2010
    Posts
    7

    Sending and recieving files

    Hiya, just been trying for weeks !!! to send and recieve files from server to client.

    Is there any leads or code examples that could guide me, any help would be much appreciated

    Thanks


  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: Sending and recieving files

    Two computers can transfer file with each other over a socket connection. A server computer opens a socket connection and listens on a pre-defined port for imcoming client connection. Once a connection is establised a client and server can handshake using simple commands to search files and initiate a transfer. To being using sockets in the application, use System.Net namespace

    For more information go here.

  3. #3
    Join Date
    Jul 2010
    Posts
    7

    Re: Sending and recieving files

    Thanks for this, but do you know where I can get an example of java

    Thanks

Similar Threads

  1. Replies: 4
    Last Post: 14-01-2011, 04:50 AM
  2. Replies: 4
    Last Post: 19-10-2010, 04:06 AM
  3. Replies: 4
    Last Post: 24-07-2010, 04:33 PM
  4. Nokia X3 - Recieving Calls
    By NewComer in forum Portable Devices
    Replies: 5
    Last Post: 04-06-2010, 05:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,715,301,376.65200 seconds with 17 queries