php - GAE ftp_nlist() does not work -


google app engine php. when trying use ftp_nlist() following error:

ftp_nlist(): unable create temporary file. check permissions in temporary files directory.

it works on development server long it's frontend module. not work on production @ all.

get_system_tmp_dir() returns vfs://root/temp. i've tried using putenv("tmpdir=" . get_system_tmp_dir()); before using ftp functions well.

any appreciated.

i've received word folks @ google internal issue within gae's php runtime. fix should released within next few weeks.


Comments