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
                Latest Developments in Precision Medicine
                by seqadmin



                Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

                Somatic Genomics
                “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
                05-24-2024, 01:16 PM
              • seqadmin
                Recent Advances in Sequencing Analysis Tools
                by seqadmin


                The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                05-06-2024, 07:48 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Yesterday, 06:55 AM
              0 responses
              12 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-30-2024, 03:16 PM
              0 responses
              24 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-29-2024, 01:32 PM
              0 responses
              29 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-24-2024, 07:15 AM
              0 responses
              215 views
              0 likes
              Last Post seqadmin  
              Working...
              X