Results 1 to 5 of 5

Thread: Sharing file through IP Address

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    Bangladesh
    Posts
    74

    Red face Sharing file through IP Address

    Hello,
    We two friends live in two diffrent cities. If we log on to internet at the same time, can we share files through IP address? Is there any activeX to do this? Or can I do it with VB?
    'Nothing lasts forever, even cold November Rain'

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    The simplest way could just be to run an FTP or Web server. You could use Windows sharing, but that'll be less secure.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    You can very easily swap the files via FTP or HTTP (or an FTP URL embedded in a HTML page). Either of these protocols require that you run a server. Depending on what is between you and what you are running, you may be able to map a drive to each other's machine. I wouldn't suggest running the NetBIOS and WINS protocols that would require that while you are on the internet, but you can with the proper firewall or tunneling.

    I don't know of any programs or ActiveX applets or DLLs that provide sharing, but since I know it is possible to write such an app, you may find someone who has done so. If not, you could try it yourself.
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    Bangladesh
    Posts
    74

    A little more

    Dear Josh
    could you tell me a little bit more about windows sharing?
    'Nothing lasts forever, even cold November Rain'

  5. #5
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    In Explorer you may find an option "Map Network Drive". You can use a full UNC name, and use its IP address: //127.0.0.1/My Share/.

    You may want to also look for help on net use.
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

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