file sharing

K

Kevin

Is it posible to create file sharing between to computers over the internet
One is on dial up and the other is broadband.
If so can anyone point us in the right direction to do it.
thanks for your help.
 
M

Mike

Yes, Kevin, in general you can share files over the internet computer to
computer. In most cases, you probably even already have the software on
your computer to do it already.

But I'll need a little more information before I can give you some good
advice on what you should do. How are you planning on using these files?
Will you be transferring them back and forth or storing them in one location
to be edited/accessed from both locations? Is the modem connection always
connected or are you looking to have some sort of on-demand connection?
What operating systems are these computers running? How many computers are
we talking about... just two or are there many involved? How large are
these files, and how many files are you planning on transferring at a time?
Are there people at all locations when the files are going to be
transferred, or are you (for example) trying to access an (unattended)
office computer from home? How secure does this solution need to be? Tell
me a little bit more about what you're trying to do... what's the ideal
scenario, and I'll be able to give you some good guidance.

Mike Pearl
 
K

Kevin

Thanks Mike
In the first instance its just 2 pc's on demand the broadband pc has a fixed
ip
and both are xp pro its just to share pics between the 2 of us
Thanks for your help
 
J

Jeffrey Struyk [MVP]

Thanks Mike
In the first instance its just 2 pc's on demand the broadband pc has a fixed
ip
and both are xp pro its just to share pics between the 2 of us
Thanks for your help

If you're just wanting to send a file to someone, you should already
have the programs necessary. If the files are small enough, sending
an attachment in an email is probably the easiest. Many ISPs limit
the size of email attachments, so if these are large photos, such as
those from a digital camera, you might not be able to mail them in
full resolution.

In this case, you might do better to get you both signed on to Windows
Messenger and start a chat. Once that's established, there's an
option to transfer a file to the other person.
 
K

Kevin

The pics we want to share are from a large collection and it will not be
necessary to download all of them.
messenger is rulled out for the fact that the host PC is not manned all the
time.
 
D

Doug Knox MS-MVP

Go to Control Panel, Add/Remove Programs, Windows Components and install
Internet Information Services on the broadband connected computer. Then you
can host your own web site, with the pictures available for download. With
a little creative coding you can also allow the dial up user to upload
pictures to the broadband PC. IIS will run, even if no one is logged on.

Additionaly, its usually not necessary to cross-post to so many groups.
 
K

Kevin

sorry I didnt know the rules


Doug Knox MS-MVP said:
Go to Control Panel, Add/Remove Programs, Windows Components and install
Internet Information Services on the broadband connected computer. Then you
can host your own web site, with the pictures available for download. With
a little creative coding you can also allow the dial up user to upload
pictures to the broadband PC. IIS will run, even if no one is logged on.

Additionaly, its usually not necessary to cross-post to so many groups.
 
M

Mike

Yes, while you could send files via IM (like MSN Messenger) or via e-mail
(most are limited to 1 MB attachments), a more elegant solution would be to
set up some sort of repository on the internet to store the pictures.
http://www.imagestation.com is free, and has no limitation on the amount of
pictures you can store there. You can also limit who has access to the
pictures. If you want a little more control, you can pay for an FTP service
on the internet, and store your files there.

I did, however, get the sense that you wanted to maintain the files on your
own PCs. There are three problems that come to mind with this scenario:

First bandwidth. While one of you has a broadband connection, the other is
using a dialup connection, which means that BOTH of you are limited to the
slowest speed when transfering files back and forth.

The second problem is that the dialup side of this equation is, presumably,
not always connected. There are services out there, but they cost, that
will call into a modem from "the internet". My assumption, here, is that
this person will always remain connected to the internet. This can be done
by configuring their dialup connection to not auto-disconnect.

Thirdly, dynamic IP addressing. While we can set up an FTP service on each
of the computers, you'll still have to tell Internet Explorer where the
pictures are.... what computer they're on. If that computer's address
changes every time they connect, that becomes more difficult. We can get
around this by using a free ddns service like
http://no-ip.com/services/page/free/dynamic/dns, which gives you a name on
the internet and changes the IP address whenever your IP changes.

Okay, if you still want to do this, here's how:

1) Install the FTP Service on each of the PCs -- Under the START menu, go
to your CONTROL PANEL, and select ADD OR REMOVE PROGRAMS, then on the left
side click on ADD/REMOVE WINDOWS COMPONENTS, find and click on INTERNET
INFORMATION SERVICE, then click on the DETAILS button, select FILE TRANSFER
PROTOCOL SERVICE, click OK, then click NEXT when it's finished installing
(you'll need the CD), click FINISH.

2) Configure the dial-up PC to not auto-disconnect -- Under the START menu,
go into the CONTROL PANEL and select NETWORK AND INTERNET CONNECTIONS, then
at the bottom select NETWORK CONNECTIONS. Find the dialup connection that
they use to connect to the internet, and RIGHT CLICK, then select
PROPERTIES. Click on the OPTIONS tab, and under IDLE TIME BEFORE HANGING
UP, select NEVER. Then click OK.

3) Sign-up for ddns. go to
http://no-ip.com/services/page/free/dynamic/dns, and follow the instructions
there. Once you set this up, you'll have to wait for it to take effect.
Not sure how long this takes.

4) Test -- Copy a file to your /InetPub/ftproot directory (probably on
your C: drive), then go into Internet Explorer and in the Address Bar, type
ftp:// and whatever name you gave your system on no-ip.com. This should
open up a listing of the files available over the internet. Any file you
wish to make available, you need to store in that directory.

If you have a router or firewall set up, you will need to open up or forward
PORT 21 to allow for FTP services to work. Let me know what you do, and if
you need any more help with this. Good luck!

Mike Pearl
 
K

Kevin

Mike
Thank you for your reply its going to take me a while to sort this out
as the other user although has the better line has even less knowlege than
me
My modem situation will change by the end of this month as the exchange will
be fitted for broadband yipee.
cheers
Kevin
 
S

Sooner Al

I would setup a VPN tunnel between the two systems. The VPN tunnel is encrypted, safe and secure...

http://www.microsoft.com/windowsxp/...ndowsxp/home/using/productdoc/en/conn_vpn.asp
http://www.onecomputerguy.com/networking/xp_vpn_server.htm
http://www.onecomputerguy.com/networking/xp_vpn.htm

--
Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the mutual benefit of all of us...
The MS MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights...
 
K

Kevin

Thanks for the information Al...


Sooner Al said:
I would setup a VPN tunnel between the two systems. The VPN tunnel is encrypted, safe and secure...

http://www.microsoft.com/windowsxp/...ndowsxp/home/using/productdoc/en/conn_vpn.asp
http://www.onecomputerguy.com/networking/xp_vpn_server.htm
http://www.onecomputerguy.com/networking/xp_vpn.htm

--
Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the mutual benefit of all of us...
The MS MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top