FTP функции вместо стандартных

Ergo

Новичок
FTP функции вместо стандартных

Есть у меня скрипт сохраняющий изображения на сервере. Использую стандартные функции и функции GD. И вот на забугорном хостинге столкнулся с проблемой, с которой никогда не сталкивался раньше на российских хостингах. А именно невозможность полнофункционально пользоваться этими функциями:

Question:Can I upload files with PHP?

Answer:

If you have a pre-written script, the script is most likely using the fopen() function to save the file to the server. This causes a problem with the way our servers our set up, because the file will be created with the wrong ownership. In short, the file will be created, but you will not be able to view the file, because you will not have permission to access it.

There is one work-around, but you will have to code the script yourself. If you are using a pre-written script, unless you are an excellent programmer, you won't want to take the time to hack into the code. If you are using your own uploading script, however, this is an way to easily get around the problem.

Instead of using the normal filesystem commands such as fopen(), you can use the FTP commands available in PHP. With these commands you can connect to the server, and upload whatever files you need without a hassle. You can find a complete description of these functions, as well as examples on how to use them here:


Причем далее я захожу в суппорт двух других понравившихся хостеров и получаю тоже самое. В связи с чем это делают?

Можно ли полностью заменить стандартные функции функциями FTP. Меня интересует возможность сохранения по FTP генерируемых на лету изображений.

и немного оффтопика. Посоветуйте пожалуйста надежного иностранного хостера сюда [email protected], не обремененного такой заботой о клиентах.
 
Сверху