Re: FTP with File::Find-like Capabilities: Does It Exist?
From: Gerard Lanois (gerardlanois_at_netscape.net)
Date: 04/27/04
- Next message: David Christensen: "specifying additional path information on the command line"
- Previous message: Emil: "Re: Problem instaling Curses.pm on Cygwin"
- In reply to: Jim Keenan: "FTP with File::Find-like Capabilities: Does It Exist?"
- Next in thread: Jim Keenan: "Re: FTP with File::Find-like Capabilities: Does It Exist?"
- Reply: Jim Keenan: "Re: FTP with File::Find-like Capabilities: Does It Exist?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 27 Apr 2004 02:50:56 GMT
jkeen_via_google@yahoo.com (Jim Keenan) writes:
> 1. Establish a connection with the FTP part of my ISP's service via
> Net::FTP (with which I am somewhat familiar).
> 2. Traverse the directory structure of my FTP site much as File::Find
> would, with the objective of getting a complete picture of the
> directory tree.
Article:
http://www.foo.be/docs/tpj/issues/vol4_4/tpj0404-0009.html
Source code:
http://home.san.rr.com/lanois/perl/downloads/tpj16.tar.gz
> 3. On the fly, create index.html pages for each directory with links
> to the parent directory (if public) and all files and subdirectories
> found therein.
> 4. Upload the new index.html pages to the appropriate directories via
> Net::FTP, then log off.
You'll have to add these parts yourself. The above article should
be enough to get you started.
-Gerard
- Next message: David Christensen: "specifying additional path information on the command line"
- Previous message: Emil: "Re: Problem instaling Curses.pm on Cygwin"
- In reply to: Jim Keenan: "FTP with File::Find-like Capabilities: Does It Exist?"
- Next in thread: Jim Keenan: "Re: FTP with File::Find-like Capabilities: Does It Exist?"
- Reply: Jim Keenan: "Re: FTP with File::Find-like Capabilities: Does It Exist?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|