Hi,
anyone know how I should specify the local temp directory in an ftp_get call so that it will write the file to the temp directory on a windows or unix based os ?
Actually while you're at it anyone know why this is failing ??:
ftp_get($ftp_conn, "c:\temp\file.txt","testfile.txt",ftp_binary); throwing back "Error Opening c:\temp\file.txt" which is very informative..
thanks !
Tyson