[#1399] filesystem driver
Summary filesystem driver
Queue Forwards
Queue Version HEAD
Type Enhancement
State Rejected
Priority 1. Low
Owners
Requester offermann (at) thielpark (dot) de
Created 02/17/05 (1855 days ago)
Due
Updated 11/28/05 (1571 days ago)
Assigned
Resolved 11/28/05 (1571 days ago)
Attachments filesystem.zip Download
Milestone
Patch No

History
11/28/05 Jan Schneider Comment #3
State ⇒ Rejected
Reply to this comment
No feedback.
10/25/05 Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
As the FTP driver already uses VFS (which also has a filesystem 
driver) to upload the .forward files, you should instead extend the 
existing driver to allow configuration of the VFS backend instead of 
hardcoding FTP usage.
02/17/05 offermann (at) thielpark (dot) de Comment #1
State ⇒ New
New Attachment: filesystem.zip Download
Queue ⇒ Forwards
Summary ⇒ filesystem driver
Type ⇒ Enhancement
Priority ⇒ 1. Low
Reply to this comment
I coded a new driver. It works directly on the filesystem. I included 
some configuration options to determine where the .forward-file should 
go, but it is probably not yet flexible enough to fit everyones needs. 
I'm open to suggestions. Obviously the webserver needs write access to 
the directory. I'm not very good with filesystem permissions, perhaps 
someone comes up with a better umask.