If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Obscure: Fopen with Novell shared files

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-06-03, 16:03
bcyde bcyde is offline
Registered User
 
Join Date: Dec 2002
Posts: 65
Obscure: Fopen with Novell shared files

Hi all,
this is a bit obscure but I don't know who to turn to. In essence what I need to do is when a user clicks on a link I need to check if the link is valid and if it isn't then redirect to another link. Under normal circumstances this would be easy enough to do with fopen(), however here's where it gets messy. The link isn't a standard URL it's a link to a shared Novell drive (for example href="\\\\Novell_Server\\share_dir\\file.ext) . Does anyone know how to do this with fopen or any function?

All I really need to know is if I can reach that file so that I can link to that file, otherwise try the backup server and path. I have to do this because the files must be on the Novell servers, however the servers themselves may go down in the future during planned upgrades.

If anyone has any input I'd appreciate it. Also, I guess if it's possible to check the Novell server via a linux shell command that might be a workaround, but I'd prefer not to have to do that.

Thanks in advance,
-b
__________________
(I'm only available at the email address provided in my profile on weekdays, if you have questions or advice, during off hours use AIM). Also any views I provide here or on my website are mine and not representative of any views of my work, family, friends and sometimes even myself.

http://www.bcyde.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On