webasyst / webasyst-framework

Webasyst PHP Framework
http://www.webasyst.com/
GNU Lesser General Public License v3.0
290 stars 202 forks source link

Fix waRequestFile::moveTo(); #369

Closed dielshin closed 7 months ago

dielshin commented 1 year ago

If $source_path and $target_path live on different discks (servers), a simple rename is not enough.

You need to copy a file from one disk to another.