Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. File transfer software (ip2ip)

File transfer software (ip2ip)

Scheduled Pinned Locked Moved The Lounge
question
9 Posts 8 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DaTxomin
    wrote on last edited by
    #1

    Over the next few months, I will be sending/receiving a bunch of files to/from another computer out there in the wild net. Emailing them is a pain. Is there a ip2ip file transfer application you guys have used and recommend? Free is always better. Yes. There is plenty sample code in CP. I myself wrote a simple program to do just this years back and might have to do again if all else fails...

    R D S D P 5 Replies Last reply
    0
    • D DaTxomin

      Over the next few months, I will be sending/receiving a bunch of files to/from another computer out there in the wild net. Emailing them is a pain. Is there a ip2ip file transfer application you guys have used and recommend? Free is always better. Yes. There is plenty sample code in CP. I myself wrote a simple program to do just this years back and might have to do again if all else fails...

      R Offline
      R Offline
      Rajesh R Subramanian
      wrote on last edited by
      #2

      I'll recommend Blade transfer[^]. I used it a while ago, and it was excellent. :)

      It is a crappy thing, but it's life -^ Carlo Pallini

      1 Reply Last reply
      0
      • D DaTxomin

        Over the next few months, I will be sending/receiving a bunch of files to/from another computer out there in the wild net. Emailing them is a pain. Is there a ip2ip file transfer application you guys have used and recommend? Free is always better. Yes. There is plenty sample code in CP. I myself wrote a simple program to do just this years back and might have to do again if all else fails...

        D Offline
        D Offline
        Dave Parker
        wrote on last edited by
        #3

        Anything other than Windows Explorer. What it's doing when it takes 5-10 minutes retrieving a directory listing on a folder containing 20 files on our LAN at work I don't know.

        M 1 Reply Last reply
        0
        • D DaTxomin

          Over the next few months, I will be sending/receiving a bunch of files to/from another computer out there in the wild net. Emailing them is a pain. Is there a ip2ip file transfer application you guys have used and recommend? Free is always better. Yes. There is plenty sample code in CP. I myself wrote a simple program to do just this years back and might have to do again if all else fails...

          S Offline
          S Offline
          Stuart Dootson
          wrote on last edited by
          #4

          rsync[^] in the guise of DeltaCopy[^]? rsync:

          • has authentication support
          • can be passed through whichever port you want
          • has been designed for efficient file synchronisation over networks

          Install the server at one or both ends (whichever are going to be unattended at any point), install the client at one or both ends (whichever one you're going to want to be attended), define the rsync 'shares' and away you go! We use it to perform backups over our LAN (I use it home as well) - but rsync is very flexible.

          Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

          H 1 Reply Last reply
          0
          • D Dave Parker

            Anything other than Windows Explorer. What it's doing when it takes 5-10 minutes retrieving a directory listing on a folder containing 20 files on our LAN at work I don't know.

            M Offline
            M Offline
            Mycroft Holmes
            wrote on last edited by
            #5

            Dave Parker wrote:

            What it's doing when it takes 5-10 minutes retrieving a directory listing on a folder containing 20 files on our LAN

            Goes out for a coffee Has a chat with all the local servers Pokes around to see if there are any new holes it can jump down Has a go at the network boundaries just to make sure IT are on their toes And comes back and releases your explorer UI. Yep I know just how you feel while waiting for it to open a folder to save a file into!

            Never underestimate the power of human stupidity RAH

            1 Reply Last reply
            0
            • S Stuart Dootson

              rsync[^] in the guise of DeltaCopy[^]? rsync:

              • has authentication support
              • can be passed through whichever port you want
              • has been designed for efficient file synchronisation over networks

              Install the server at one or both ends (whichever are going to be unattended at any point), install the client at one or both ends (whichever one you're going to want to be attended), define the rsync 'shares' and away you go! We use it to perform backups over our LAN (I use it home as well) - but rsync is very flexible.

              Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

              H Offline
              H Offline
              Henry Minute
              wrote on last edited by
              #6

              rsync. Isn't that what a squid gives you when you try to catch it?

              Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

              R 1 Reply Last reply
              0
              • H Henry Minute

                rsync. Isn't that what a squid gives you when you try to catch it?

                Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                R Offline
                R Offline
                Rage
                wrote on last edited by
                #7

                :doh: :laugh: :laugh: :laugh: Brilliant.

                1 Reply Last reply
                0
                • D DaTxomin

                  Over the next few months, I will be sending/receiving a bunch of files to/from another computer out there in the wild net. Emailing them is a pain. Is there a ip2ip file transfer application you guys have used and recommend? Free is always better. Yes. There is plenty sample code in CP. I myself wrote a simple program to do just this years back and might have to do again if all else fails...

                  D Offline
                  D Offline
                  DaTxomin
                  wrote on last edited by
                  #8

                  Thanks guys.

                  1 Reply Last reply
                  0
                  • D DaTxomin

                    Over the next few months, I will be sending/receiving a bunch of files to/from another computer out there in the wild net. Emailing them is a pain. Is there a ip2ip file transfer application you guys have used and recommend? Free is always better. Yes. There is plenty sample code in CP. I myself wrote a simple program to do just this years back and might have to do again if all else fails...

                    P Offline
                    P Offline
                    Phil Martin
                    wrote on last edited by
                    #9

                    DaTxomin wrote:

                    Free is always better.

                    Not really. I recommend rsync. Failing that get a good ssh or sftp server running on each so you can send files to each other. You could always use Windows Live SkyDrive[^]. It's actually pretty neat.

                    modified on Thursday, May 7, 2009 2:04 AM

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups