• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

contacting my friend[very urgent]

 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can I contact a machine that is connected to the internet?for eg. my friends system is say 2 kms away from my house.I want to send some message instantly, or read a file from that machine, is it possible?if so How?some piece of code does good.
Pl. reply immediately.
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello neetha,
I have not tried what you have said.
But I have a idea.File transferring can only be done using
an FTP protocol.
If your friend has an FTP server.
You can write an FTP client in java/C and then make a connetion to your friends machine and then download the file you want.
I have tried using java programming connecting to reddif.com and retrieved the file contents.
If you want I will give you a sample FTP code in 'C'/JAVA'
Nothing more at present.
bye,
ram.
reply
    Bookmark Topic Watch Topic
  • New Topic