11
DonXoop
Re: Link to a UNC

Do post back when you get it working. I'm sure it can be done.

More clarification: for me it is better to work the backend so that the standard http URL works at the frontend for any file I want to provide links for. Those files might actually be somewhere else like across an NFS path, UNC path, somewhere else...

However, you have to consider who then has access. Once past the CMS user rights to the post/document with the link the server treats everyone the same. The rights to the files have to allow the web server user (typicaly a very low priv user) access (read by everyone perhaps?). If you use a UNC file path then the access is by the user actually making the request and sometimes that might be preferrable. So keep the files you don't want to provide to the web safe from the files you do. Use directories/folders wisely and train users that are creating the files to put them in the right place.

12
gniknalu
Re: Link to a UNC
  • 2005/3/10 22:21

  • gniknalu

  • Just popping in

  • Posts: 80

  • Since: 2003/2/28


The problem, from my research (on the current 'link' type modules) shows that the problem isn't with how the resources are addressed nor with their permissions. It has to do with how the modules process the URL/URI/UNC. Most 'scrub' it using php functions and they expect them all to be http:// but not ftp:// nor file:// (In other words, they expect URL not URI or UNC.)

Just my .02 cents

Thanks for all the responses!

Gnik

Login

Who's Online

230 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 230


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits