Сергей Новиков: Используется код:
if ($params['mode']=='file'){
$file=file_get_contents("php://input");
file_put_contents("storage/".$params['filename'], $file);
sql::item_create('file', array('name', $params['filename']));
print_r('success');
}
В базу сохраняются имена всех xml-файлов, передаваемых на сервер, но ни одной картинки. Хотя в описании товаров эти самые картинки указаны.
ftp> ls
---> PORT 10,7,73,97,196,80
200 PORT command successful
---> NLST
425 Unable to build data connection: Connection timed out