PC to PC file transfer over internet

5,992

Solution 1

You can setup a FTP Server using Filezilla and connect to it from any other PC/Mac/Smartphone...this is the easiest way to transfer files between your computer over the internet..an alternative would be to use Dropbox and put the files in your Public Folder and copy the URL which can then be used to download the file

Solution 2

You can use SSH to copy files securely from one system to another. One must run a windows SSH server program such as freeSSHd, while the other uses an SSH copy tool such as PuTTY Secure Copy client. In order to know what your system's IP address is you could write a batch script send an e-mail (with blat) with the server's current IP address, then create a scheduled task to run the script every day (or every few hours even).

Solution 3

On easy possibility would be using Teamviewer. You also could query IP from Websites like http://www.wieistmeineip.de/ but there are many problems with forwarding the adress/port through the router and your firewall.

Solution 4

Skype can also transfer files. Probably easier to set up than setting up a ftp server and client.

Solution 5

I haven't actually ever tried it for a personal files, but you could transfer the file using the BitTorrent protocol which was designed for peer-to-peer file sharing. There are many free client programs available like µTorrent to use. The documentation for the latter discusses how to create a private torrent file and send a link to it to someone else for sharing. There are also many tutorials on the web.

Share:
5,992

Related videos on Youtube

Alfred
Author by

Alfred

I am a Full Stack developer and a DevOps Engineer, who always to learn from, and contribute back, to the technology community. I was a beginner in programming once. What all I had was pieces of scattered and crude knowledge (don't know if i can call it knowledge) then. Later, I joined for Master of Computer Applications in a college and there, I got a great teacher. It was her, who taught me when and where to use 'while' and 'for' loops even.What all knowledge I have now, and what all achievements I've made till now, is only because of her. Compared to her, I am ashes. Hats off my dear teacher Sonia Abraham, you are the best of your kind. Sonia Abraham is a professor of the Department of Computer Applications, M.A College of Engineering, Mahatma Gandhi University

Updated on September 18, 2022

Comments

  • Alfred
    Alfred over 1 year

    I use a Windows XP PC and have a file of about 700mb, that I would like to copy to another PC (Win XP) over internet. None of the PCs have have a static IP from ISP. How can I transfer the file? I don't prefer uploading the file to a file sharing server and download it in the other PC. Is there any other way (like team viewer or torrent)?

  • Lee Taylor
    Lee Taylor over 11 years
    Using an FTP server with dynamic IP addresses would be messy since both users would need to confirm the addresses before the upload/download
  • nitish
    nitish over 11 years
    A Dynamic DNS like FreeDNS can be used which updates the ip address every time it changes
  • ganesh
    ganesh over 11 years
    Why would a torrent be any slower?
  • TweakFix
    TweakFix over 11 years
    That depends on the bandwith between the 2 computers. Torrents and teamviewer have different ways to transfer data.