Hi, I have a problem with ftp_get. $localfile="C:\localfile"; $fp=fopen($localfile, "w"); $upoad=ftp_get($conn, $fp, $remote_file, FTP_BINART); It will generate an error message: fopen("test11","w") - Permission denied in .... Thanks. Dunrui Wang