How do I log onto anonymous ftp ?

Ask a Question related to Debian, Design and Development.

  1. #1

    Default How do I log onto anonymous ftp ?

    Hello

    I have logged onto ftps before, but never an anonymous one. I need to
    log into [url]ftp://archive.progeny.com/[/url]
    I can view the files with mozilla, no passwords needed. I will be using
    wget, but initially I want to loggon with ncftp, which I have used before.

    I have tried

    web@debian:~$ ncftp -u anonymous [url]ftp://www.progeny.com[/url]
    NcFTP 3.1.3 (Mar 27, 2002) by Mike Gleason (ncftp@ncftp.com).
    Could not connect to 216.37.46.132 -- try again later: Connection timed
    out.
    Could not connect to 216.37.46.132 -- try again later: Connection timed
    out.
    Could not connect to 216.37.46.132 -- try again later: Connection timed
    out.
    Could not connect to 216.37.46.132 -- try again later: Connection timed
    out.
    Redialing (try
    4)...
    web@debian:~$

    I don't think the error is "real" I can loggin mozilla no probs. Is my
    "anonymous" user ID correct ? do I need a password ?

    Dave


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    David selby Guest

  2. Similar Questions and Discussions

    1. IIS Not using anonymous impersonation
      Hi, I havea web app that has anonymous accesss enabled. I have specified that IIS should have the credentials of a user in the active directory....
    2. anonymous surf
      Hello, i'd like to create a website which could permit me to surf anonymously. As a result, when i will connect to my website it would browse...
    3. ASP.NET Anonymous Impersonation
      Hi, When you impersonate with anonymous security what is suppose to happen (IIS5 platform). Is it the aspnet_wp.exe process runs under the...
    4. anonymous logon
      I have aproblem. I develop my asp.net site at my pc (named PCMANOS)(running IIS) and I have the SQL Server at another pc (named ATHDC). I've...
    5. anonymous classes
      Hi, Could someone please explain to me the concept of an anonymous class? I'm talking about this construct: class << Foo ... end
  3. #2

    Default Re: How do I log onto anonymous ftp ?

    David selby <debian@pusspaws.net> writes:
    > I have logged onto ftps before, but never an anonymous one. I need to
    > log into [url]ftp://archive.progeny.com/[/url]
    > I don't think the error is "real" I can loggin mozilla no probs. Is my
    > "anonymous" user ID correct ? do I need a password ?
    I don't use ncftp. Canonically, though, you can use anonymous FTP
    with a username of 'anonymous' (or sometimes 'ftp') and your e-mail
    address (really, any string) as a password. I'd expect that ncftp's
    defaults would do this (using user@hostname as a password) in the
    absence of an explicit username.
    > web@debian:~$ ncftp -u anonymous [url]ftp://www.progeny.com[/url]
    > NcFTP 3.1.3 (Mar 27, 2002) by Mike Gleason (ncftp@ncftp.com).
    > Could not connect to 216.37.46.132 -- try again later: Connection
    > timed out. Could not connect to 216.37.46.132 -- try again
    > later: Connection timed out. Could not connect to
    > 216.37.46.132 -- try again later: Connection timed out.
    > Could not connect to 216.37.46.132 -- try again later: Connection
    > timed out. Redialing (try 4)...
    > web@debian:~$
    To me, that looks like a legitimate problem with the connection, but
    it's more likely that Progeny is running their FTP and Web servers on
    separate machines, and you should have typed "archive.progeny.com" on
    the command line.

    --
    David Maze [email]dmaze@debian.org[/email] [url]http://people.debian.org/~dmaze/[/url]
    "Theoretical politics is interesting. Politicking should be illegal."
    -- Abra Mitchell


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    David Z Maze Guest

  4. #3

    Default Re: How do I log onto anonymous ftp ?

    Hello

    David selby (<debian@pusspaws.net>) wrote:
    > I have logged onto ftps before, but never an anonymous one. I need to
    > log into [url]ftp://archive.progeny.com/[/url]
    > I can view the files with mozilla, no passwords needed. I will be
    > using wget, but initially I want to loggon with ncftp, which I have
    > used before.
    >
    > I have tried
    >
    > web@debian:~$ ncftp -u anonymous [url]ftp://www.progeny.com[/url]
    You say you want to connect to archive.progeny.com, so why do you try to
    connect to [url]www.progeny.com[/url] instead?

    Many servers allow anonymous logins and ask you to enter your email
    address as your password, archive.progeny.com however asks for your
    name.

    best regards
    Andreas Janssen

    --
    Andreas Janssen
    [email]andreas.janssen@bigfoot.com[/email]
    PGP-Key-ID: 0xDC801674
    Registered Linux User #267976


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Andreas Janssen Guest

  5. #4

    Default Re: How do I log onto anonymous ftp ?

    Many thanks everyone, now logged in

    Dave


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    David selby Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139