SCIENTIFIC-LINUX-USERS Archives

June 2015

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
ToddAndMargo <[log in to unmask]>
Reply To:
ToddAndMargo <[log in to unmask]>
Date:
Wed, 10 Jun 2015 21:47:12 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (42 lines)
Hi All,

This is not what Firefox shows!

$ curl --list-only ftp://download.videolan.org/pub/videolan/vlc/2.2.1/win32

vlc-2.2.1.tar.xz.md5
macosx
win32
vlc-2.2.1.tar.xz.sha1
vlc-2.2.1.tar.xz.sha256
vlc-2.2.1.tar.xz
win64
vlc-2.2.1.tar.xz.asc


It should look like:

$ curl --list-only 
ftp://download.videolan.org/pub/videolan/vlc/2.2.1/win32/win32

vlc-2.2.1-win32.xpi
vlc-2.2.1-win32.xpi.sha256
vlc-2.2.1-win32.7z.md5
vlc-2.2.1-win32.xpi.asc
vlc-2.2.1-win32.xpi.md5
...


And I can get that by repeating the win32:

curl --list-only 
ftp://download.videolan.org/pub/videolan/vlc/2.2.1/win32/win32

But that messes up my script.

wget does the same thing.

What the heck ????

-T

ATOM RSS1 RSS2