I want to move files to, for example using $temp_folder as a destination,
Code: Select all
$temp_folder = sys_get_temp_dir()."/".rand()."/";I use php on command line :
Code: Select all
php myApplication.phpI think it's a common problem and many topics has been posted on the web, but I haven't found any so far (wrong choice of keywords? wrong method?)
Anyway, thank in advance