Hi,

We have a file server that has 2 folders that I want to be able to be able to publsh on the my site. Sort of an intranet FTP management if you will. 2 folders One called "Management" and one called "Employees" these have window permissions which is fine. I just want to be able to upload files to the management foler using drupal interface and as for the Employee folder it will just be a view only permssions.

The main thing is I have to figure out how to have drupal acess the folders on the file server.

Thanks in advance

Comments

WorldFallz’s picture

you'd probably have to use one the of the file management modules (like http://drupal.org/project/webfm) or create a custom one yourself.

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

mpersaud’s picture

Will this allow me to access folders that are on another server though?

WorldFallz’s picture

Depends on the module-- http://drupal.org/project/drupal_ftp does, I'm not sure about webfm or the others. You might have to use these as a jumping off point to create your own module.

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

mpersaud’s picture

great thanks for help.