Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • is this ftp site?

    We were told our data could be download via ftp, but the address looks like



    can one access this via linux?

  • #2
    You might try the wget command:

    "GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies."

    Comment


    • #3
      I tried

      $ wget --user=abc --password=123 xxx.xxx.com:dir/file.tar.bz2

      is this how I do it? the error is: failed, no route to host.

      It seems to find the IP address, and connecting

      Comment


      • #4
        Originally posted by JQL View Post
        I tried

        $ wget --user=abc --password=123 xxx.xxx.com:dir/file.tar.bz2

        is this how I do it? the error is: failed, no route to host.

        It seems to find the IP address, and connecting
        Actually I don't see that latter as being true -- i.e., the 'connecting' statement. "No route to host" means exactly that -- there is no way to get to xxx.xxx.com:dir

        I actually believe that you do not have your syntax correct. I do not know where the ':dir' part came from but this usually refers to a port number; e.g., ':80'. You can often leave off the port especially if you put 'http://' or 'ftp://' in front of the site's name. I suggest:

        wget --user=abc --password=123 http://xxx.xxx.com/file.tar.bz2

        or if you need a directory

        wget --user=abc --password=123 http://xxx.xxx.com/dir/file.tar.bz2

        Comment


        • #5
          $ wget --user=abc --password=123 https://xxxx.xxx.com/dir/file.tar.bz2
          --2012-12-06 19:19:39-- https://xxxx.xxx.com/dir/file.tar.bz2
          Resolving xxxx.xxx.com... 2xx.xx.xxx.xx
          Connecting to xxxx.xxx.com|2xx.xx.xxx.xx|:443...

          but it got stuck. it seems address was resolved, but failed to connect?
          thanks

          Comment


          • #6
            Originally posted by JQL View Post
            $ wget --user=abc --password=123 https://xxxx.xxx.com/dir/file.tar.bz2
            --2012-12-06 19:19:39-- https://xxxx.xxx.com/dir/file.tar.bz2
            Resolving xxxx.xxx.com... 2xx.xx.xxx.xx
            Connecting to xxxx.xxx.com|2xx.xx.xxx.xx|:443...

            but it got stuck. it seems address was resolved, but failed to connect?
            thanks
            Hard to say what is happening here. The easy question -- proper command line format -- has been answered. What is probably happening is some mismatch in the security (the 'S' part of HTTPS). You will probably have to dig into the manual and try some options:



            My first guess to try would be '--no-check-certificate'

            Good luck!

            Oh, and you could always ask the people who provided you with the original connection information what they would suggest doing.

            Comment


            • #7
              thanks!

              I am going to contact them. I have been waiting the whole moring for them to call me back. Not the easiest support.


              Originally posted by westerman View Post
              Hard to say what is happening here. The easy question -- proper command line format -- has been answered. What is probably happening is some mismatch in the security (the 'S' part of HTTPS). You will probably have to dig into the manual and try some options:



              My first guess to try would be '--no-check-certificate'

              Good luck!

              Oh, and you could always ask the people who provided you with the original connection information what they would suggest doing.

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Advancing Precision Medicine for Rare Diseases in Children
                by seqadmin




                Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
                12-16-2024, 07:57 AM
              • seqadmin
                Recent Advances in Sequencing Technologies
                by seqadmin



                Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

                Long-Read Sequencing
                Long-read sequencing has seen remarkable advancements,...
                12-02-2024, 01:49 PM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 12-17-2024, 10:28 AM
              0 responses
              33 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 12-13-2024, 08:24 AM
              0 responses
              49 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 12-12-2024, 07:41 AM
              0 responses
              34 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 12-11-2024, 07:45 AM
              0 responses
              46 views
              0 likes
              Last Post seqadmin  
              Working...
              X