How can I access a file remotely?
- From: Florian Erfurth <floh-erfurth@xxxxxxxx>
- Date: Mon, 30 Jul 2007 18:16:32 +0200
Hi everyone,
as a Win-User he has to enter "\\intranet\logons$\wsa01.txt" in explorer in
order to open this file.
Now I'm writing a php-script on freeBSD. I don't have a idea how to access
this file. I already tried following:
fopen("//intranet/logons$/wsa01.txt");
But the file is not found. I think I have to use samba, am I right? But how
should I do that with php.
I'm really new in php and today I write the very first time a php-script. I
already looked in http://www.php-homepage.de/manual/ (by the way, this is a
good manual! :) ).
Thank you very much!
cu Floh
.
- Follow-Ups:
- Re: How can I access a file remotely?
- From: ELINTPimp
- Re: How can I access a file remotely?
- Prev by Date: mysqli problem with stmt and binding parameters.
- Next by Date: Re: How can I access a file remotely?
- Previous by thread: mysqli problem with stmt and binding parameters.
- Next by thread: Re: How can I access a file remotely?
- Index(es):
Relevant Pages
|