I am trying to read and write file to a floppy in a remote host using fopen funcion with this argument:
file://remote_ip/a:
but the i obtain an error like "impossible open file ..."
Obviously the floppy isn't on the server where php script where placed.
Ther's a way to do this?
Thank you.