How do I disable vsFTPd passive mode?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Groove
    Confirmed User
    • Jan 2003
    • 3852

    #1

    How do I disable vsFTPd passive mode?

    I need to download some files from my host. Their FTP server only allows connections from within their network so I am having to use vsFTPd on my server's command line to download the files. I have never used vsFTPd before.

    Presently vsFTPd is defaulting to passive mode. My host specifically says NOT to use passive mode and thus I am unable to connect to their server.

    How do I temporarily disable vsFTPd's passive mode?
  • wdsguy
    Ryde or Die
    • Dec 2002
    • 19568

    #2
    there should be a options somewhere

    I would recommend using cuteftp or leechftp

    Comment

    • Groove
      Confirmed User
      • Jan 2003
      • 3852

      #3
      Originally posted by wdsguy
      there should be a options somewhere

      I would recommend using cuteftp or leechftp
      This is not a GUI desktop app.

      It is a command line tool running on my server.

      Comment

      • Groove
        Confirmed User
        • Jan 2003
        • 3852

        #4
        LOL, figured it out...

        ftp> passive

        toggles passive mode on or off.

        That was easy

        Comment

        Working...