[haiku-bugs] Re: [Haiku] #9605: Web+ sometimes fails to download FTP URLs (was: Web+ displays text documents as HTML)

  • From: "Kev" <trac@xxxxxxxxxxxx>
  • Date: Mon, 17 Feb 2014 14:16:24 -0000

#9605: Web+ sometimes fails to download FTP URLs
----------------------------------------+----------------------------
   Reporter:  Kev                       |      Owner:  leavengood
       Type:  bug                       |     Status:  new
   Priority:  normal                    |  Milestone:  R1
  Component:  Applications/WebPositive  |    Version:  R1/Development
 Resolution:                            |   Keywords:
 Blocked By:                            |   Blocking:
Has a Patch:  0                         |   Platform:  x86
----------------------------------------+----------------------------

Comment (by Kev):

 Oh, interesting that it had sort of worked before.  On hrev46756, Web+
 launches a Terminal window and tries to download the file, but fails:


 {{{
 Connected to zeus.mrunix.net.
 220 WU-ftpd V2.1 FTP Server at MrUnix - Welcome!
 331 Please specify the password.
 230 Login successful.
 Remote system type is UNIX.
 Using binary mode to transfer files.
 200 Switching to Binary mode.
 250 Directory successfully changed.
 250-
 250-Welcome to the official home of The Webalizer.
 250-A Fast, Free web server log analysis program.
 250-
 250-As always, if you encounter problems or have suggestions, drop
 250-me a note at brad at mrunix dot net.
 250-
 250-This program is distributed in the hope that it will be useful,
 250-but WITHOUT ANY WARRANTY; without even the implied warranty of
 250-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 250-files "COPYING" (GNU General Public License) and "Copyright"
 250-for more details.
 250 Directory successfully changed.
 local: README remote: README
 227 Entering Passive Mode (184,173,240,168,252,65).
 150 Opening BINARY mode data connection for README (102611 bytes).
 ftp: local: README: Invalid Argument
 226 Transfer complete.
 225 No transfer to ABOR.
 221 Goodbye.
 Press any key

 }}}

 As you asked, I found an HTTP example, http://www.about.com/robots.txt,
 which works fine vis. the OP.  Another example not ending in .txt was
 http://ai.eecs.umich.edu/people/dreeves/mash/README, which also worked
 fine.  So you're right, it's now an FTP-specific thing but the problem is
 a bit different than the original.

--
Ticket URL: <https://dev.haiku-os.org/ticket/9605#comment:3>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] Re: [Haiku] #9605: Web+ sometimes fails to download FTP URLs (was: Web+ displays text documents as HTML) - Kev