Re: [PHP] Getting free space of remote directory

2004-09-10 Thread Jason Wong
On Friday 10 September 2004 19:23, Benkovich Mishail wrote: > I have some paths, for example: > \\192.168.0.254\C\Windows\SomeDir\ or > ftp://myhost.com/folder/ (login and password I also know) > How I can check writable this dirs or no? - I can try to write temporary > file or use touch() funkt

Re: [PHP] Getting free space of remote directory

2004-09-10 Thread François Moreau
Hi Benkovich, Le 04-09-10, à 07:23, Benkovich Mishail a écrit : I have some paths, for example: \\192.168.0.254\C\Windows\SomeDir\ or ftp://myhost.com/folder/ (login and password I also know) How I can check writable this dirs or no? - I can try to write temporary file or use touch() funktion.

[PHP] Getting free space of remote directory

2004-09-10 Thread Benkovich Mishail
I have some paths, for example: \\192.168.0.254\C\Windows\SomeDir\ or ftp://myhost.com/folder/ (login and password I also know) How I can check writable this dirs or no? - I can try to write temporary file or use touch() funktion. But how I can get free space of this remote catalogue? __