Hi!
With fopen() it is possible to do something like this >> $fd = fopen("ftp://user:password@host/directory/file","w") << or something like that. Is some kind of passing a user and password possible for local file access?
Michael