Hi, I am using the example code at php.net to FTP a file to a remote server.
I am trying to overwrite an existing file, but want to maintain the
owner/group of the file being overwritten but it keeps giving the
overwritten file the owner/group name of the userid that I am loggin in via
FTP with. When I do the same with a windows FTP client it does not change
the file ownership. How can I make this happen in php's FTP functions? The
file I am overwritting is owned by username nobody and I want the
overwritten file to maintain that username.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to