|
-
Jun 4th, 2001, 02:24 PM
#1
Thread Starter
Lively Member
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'
-
Jun 4th, 2001, 02:33 PM
#2
Black Cat
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.
-
Jun 4th, 2001, 02:34 PM
#3
Frenzied Member
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.
-
Jun 4th, 2001, 09:16 PM
#4
Thread Starter
Lively Member
A little more
Dear Josh
could you tell me a little bit more about windows sharing?
'Nothing lasts forever, even cold November Rain'
-
Jun 5th, 2001, 07:46 AM
#5
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|