Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • help with FTP

    Hi,
    This is a dumb thing.
    I cannot mirror ftp on shell.

    below is the FTP url I want to mirror/access,

    ftp://ftp.ncbi.nlm.nih.gov/blast/exe...blast+/LATEST/

    But I cannot do that.
    Code:
    >ftp ftp.ncbi.nlm.nih.gov/blast/executables/blast+/
    when I try above command, I get error:
    Code:
    ?Invalid command
    I am lost with this.

    Kindly help with these basic shell commands.
    Thank you.
    Bioinformaticscally calm

  • #2
    The original command (from the command line) should just be: "ftp ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/".

    Comment


    • #3
      I tried this too.
      But same error.
      Originally posted by dpryan View Post
      The original command (from the command line) should just be: "ftp ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/".
      Bioinformaticscally calm

      Comment


      • #4
        Err, that's unlikely. What you probably did was type that inside ftp (i.e., you started running the ftp program and then typed that from its prompt). The likelihood that you would have gotten that had you typed it from the shell is effectively 0, unless you're using same weird OS like windows. Try opening a new terminal window/console/whatever and start again.

        Comment


        • #5
          I am using Ubuntu 13.10
          bash terminal

          commands typed:
          1) ftp
          enters into ftp window
          Then:

          2) ftp ftp.ncbi.nlm.nih.gov/blast/executables/blast+/
          gives me error

          3) ftp ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/
          gives me same error

          4) ftp ncbi.nlm.nih.gov/blast/executables/blast+/
          gives me same error.

          Any idea(s)?
          Originally posted by dpryan View Post
          Err, that's unlikely. What you probably did was type that inside ftp (i.e., you started running the ftp program and then typed that from its prompt). The likelihood that you would have gotten that had you typed it from the shell is effectively 0, unless you're using same weird OS like windows. Try opening a new terminal window/console/whatever and start again.
          Bioinformaticscally calm

          Comment


          • #6
            Don't do command #1.

            Comment


            • #7
              I should add, just do #3.

              Comment


              • #8
                Didn't do that.

                Originally posted by dpryan View Post
                Don't do command #1.
                Still getting the same.
                I tried the remaining commands.

                Thank you for help.
                Bioinformaticscally calm

                Comment


                • #9
                  I never liked ftp much. Instead, to mirror, I'd just:
                  Code:
                  wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/*
                  PS IMO making custom blast databases was nicer with 2.2.28+ than with 2.2.29+, that's why I rolled back. The latest makeblastdb is a pain..

                  PPS your #3 works as long as you're not already in ftp..
                  Last edited by rhinoceros; 01-30-2014, 01:27 PM.
                  savetherhino.org

                  Comment


                  • #10
                    You might try:

                    In bash or similar:
                    $ ftp

                    # now in FTP
                    > open ftp.ncbi.nlm.nih.gov
                    > cd blast/executables/blast+/2.2.28
                    > ls
                    > get APPROPRIATE_FILE_HERE

                    Originally posted by bio_informatics View Post
                    I am using Ubuntu 13.10
                    bash terminal

                    commands typed:
                    1) ftp
                    enters into ftp window
                    Then:

                    2) ftp ftp.ncbi.nlm.nih.gov/blast/executables/blast+/
                    gives me error

                    3) ftp ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/
                    gives me same error

                    4) ftp ncbi.nlm.nih.gov/blast/executables/blast+/
                    gives me same error.

                    Any idea(s)?

                    Comment

                    Latest Articles

                    Collapse

                    • seqadmin
                      Current Approaches to Protein Sequencing
                      by seqadmin


                      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                      04-04-2024, 04:25 PM
                    • seqadmin
                      Strategies for Sequencing Challenging Samples
                      by seqadmin


                      Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
                      03-22-2024, 06:39 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by seqadmin, 04-11-2024, 12:08 PM
                    0 responses
                    31 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 04-10-2024, 10:19 PM
                    0 responses
                    32 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 04-10-2024, 09:21 AM
                    0 responses
                    28 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 04-04-2024, 09:00 AM
                    0 responses
                    53 views
                    0 likes
                    Last Post seqadmin  
                    Working...
                    X