Spaz said:
Does Windows have a program that will allow you to move files from one
Windows computer to another over the internet? I exchange video files
with people over Yahoo messenger but that's really slow. Is there a
better way to do a direct transfer? You'd think Windows would be able
to do this. I have a fast cable internet connection at home and my
friends have cable or dsl.
Thanks...
There are several ways. FTP would be the fastest. XP Pro comes with a
limited IIS (Internet Information Services) that'll allow you to set up
an ftp server. There's also VPN. XP Pro also allows you to set up a VPN
server. To set up an FTP server, you will need to install IIS from
"Add/Remove Windows Components" which is available from the "Add or
Remove Programs" applet in Control Panel. To set up a VPN server, you
run the "New Connection Wizard" from the "Network Connections" applet in
Control Panel. There are also third party options for both of these.
But... (you knew there was a but)
FTP is not secure (neither is email for the most part). It is faster
than other TCP protocols because it has minimal overhead, but
transferring files directly still can't go faster than the slowest
Internet connection speed, or overcome congestion en route. If you have
1 meg DSL and the other end of your connection is uploading to you from
a 256 Meg connection, you will only get 256 Meg transfer speed (at
best). A VPN Connection is secure, but adds encryption/decryption into
the mix which further slows things down. Before bothering with any of
that, you should check your transfer rate from Yahoo. Just time the
download, look at the size of the file you just downloaded, and divide
the filesize by the number of seconds it took to get it. Then multiply
that by 1.15 (To allow for 15% TCP overhead) and that should give you
pretty good estimate of your actual bitrate. If it's way off your
typical rate from other fast sites (Microsoft, Symantec, etc.) there may
be a big advantage to doing it that way. If this is something that you
need to do on a whim, a direct connection will certainly eliminate the
"double-transfer" time.
There are numerous articles on setting up ftp or vpn. Google.
....kurt