Re: FTP with File::Find-like Capabilities: Does It Exist?
From: Jim Keenan (jkeen_via_google_at_yahoo.com)
Date: 04/26/04
- Next message: Sisyphus: "Re: PAR, pp and script packing"
- Previous message: Ruby Tuesdays: "Re: Is Perl *that* good? (was: How's ruby compare to it older brother python)"
- In reply to: Sherm Pendley: "Re: FTP with File::Find-like Capabilities: Does It Exist?"
- Next in thread: Gerard Lanois: "Re: FTP with File::Find-like Capabilities: Does It Exist?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Apr 2004 14:10:43 -0700
Sherm Pendley <spamtrap@dot-app.org> wrote in message news:<t6CdnfGia94ljxDdRVn-hg@adelphia.com>...
> What you're describing sounds like a *lot* of unnecessary work. You're
> approaching it from the wrong direction, which is probably why you're not
> finding any modules to help.
>
> It sounds like what your old ISP did is just auto-indexing on the web
> server. That is, if there is no index.html (or other index document), the
> server simply generated a list of files.
>
Probably true.
> If your server is Apache, create a file named ".htaccess" at the top level
> of your web site, or edit it if it's already there. Add the following:
>
> Options +Indexes
>
> Note that the server admins may have disabled this ability.
Almost certainly so.
> If you're
> certain your server is Apache, and the above fails, ask your admin for
> help.
>
I'm not even going to bother, not because your suggestion isn't good,
but because this is just a home DSL account with Verizon where (a) the
personal web space is a freebie they toss in on the expectation that
most customers aren't going to use it or expect anything other than
what Verizon offers them in terms of functionality and (b) I have
never yet gotten Verizon to respond to an e-mail -- and they have
never provided me with the phone number for a help desk. Because I
expect so little of Verizon, I want to have as little to do with them
as possible and want the solution to be under my control as much as
possible, which means doing it in Perl.
jimk
- Next message: Sisyphus: "Re: PAR, pp and script packing"
- Previous message: Ruby Tuesdays: "Re: Is Perl *that* good? (was: How's ruby compare to it older brother python)"
- In reply to: Sherm Pendley: "Re: FTP with File::Find-like Capabilities: Does It Exist?"
- Next in thread: Gerard Lanois: "Re: FTP with File::Find-like Capabilities: Does It Exist?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|