FTP segmentation fault with mget

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tspilman
    Junior Member
    • May 2004
    • 21

    #1

    FTP segmentation fault with mget

    I was in a SSH session trying to FTP a bunch of files from our old server over to our new Dathorn server. I tried a simple mget *.* and got the message "Segmentation fault" and was dumped back to the bash line. Bug? Limitation of virtual server? Fluke?

    Also is there any other way to transfer several 100 megabytes of data from an old server to our new one without doing the upload from my slow upload cable connection?
  • Frank Hagan
    Senior Member
    • Mar 2004
    • 724

    #2
    Hmmm ... I've used wget before to do this. It should work.

    Comment

    • sdjl
      Senior Member
      • Mar 2004
      • 502

      #3
      You could use either mput or wput at your old host to transfer to Dathorn.

      David
      -----
      Do you fear the obsolescence of the metanarrative apparatus of legitimation?

      Comment

      • tspilman
        Junior Member
        • May 2004
        • 21

        #4
        Unfortunately my old host has no SSH access, so i can't use them in this case.

        So i tried maybe using their file manager to zip up the content... well i couldn't because their file manager wont let me navigate to the files which are outside of the 'www' path in a user folder.

        I'll see if wget works else i'm kinda doomed to my 32K upload speed of 300MB. Gotta switch to DSL to get some decent upload speed.

        Comment

        • Dan
          Member
          • Mar 2004
          • 99

          #5
          Do you need to zip files outside of the www path? Or is it that the zip files ends up outside of the www path?

          If it's that the zip file ends up out of it then perhaps you could move it via ftp (make sure the file permissions are ok) and then use wget.

          Comment

          • tspilman
            Junior Member
            • May 2004
            • 21

            #6
            The files on this server are in a folder called web_users which is not accessible via their control panel ( something custom i think ) file manager. So i can't get to the files to zip them.

            I can't see a way to move files without copying them off the FTP to my local system then uploading them again... which is what i was trying to avoid.

            Seems like i'm doomed.

            Comment

            • tspilman
              Junior Member
              • May 2004
              • 21

              #7
              will wget recurse folders on the server? It doesn't seem like it.

              Comment

              • Frank Hagan
                Senior Member
                • Mar 2004
                • 724

                #8
                There's a switch to make wget recurse through folders. I moved a site earlier this year, but I don't remember all the switches I used to make it work. Look up "wget" on Google and see ... there are plenty of examples out there.

                Comment

                • sdjl
                  Senior Member
                  • Mar 2004
                  • 502

                  #9
                  Your other option is to get an FTP program that will connect to two locations and transfer between them.
                  I know there is one that does this, but the name escapes me!

                  David
                  -----
                  Do you fear the obsolescence of the metanarrative apparatus of legitimation?

                  Comment

                  • Frank Hagan
                    Senior Member
                    • Mar 2004
                    • 724

                    #10
                    An option might be to wget the content in the "web_users" directory, and then ftp download and upload the remaining content you need to get out of the folders not in the public HTML space.

                    I think FileZilla is the FTP program that is supposed to tunnel a connection between two servers.

                    Comment

                    Working...