After update to PHP7 on Windows I tried to use ftps instead of ftp protocol since openssl is bundled in php, but deployment with ftps protocol doesn't work as expected.
If I run deployment via ftp, it works normally:
Loaded remote .htdeployment file
Scanning files in ...
Ignoring ....
Creating remote file .htdeployment.running
Uploading:
...
But if I run it with ftps i get strange error Error: Ok to send data. Also, the log falsely says that remote .htdeployment does not exist. File .htdeployment.running is created.
Remote .htdeployment file not found
Scanning files in ...
Ignoring ...
Creating remote file .htdeployment.running
Error: Cannot upload file C:\Users\...\AppData\Local\Temp\deployment\dep189C.tmp, number of retries exceeded. Error: Ok to send data.
PHP 7.0.8, ftp-deployment 2.5, Wedos hosting
After update to PHP7 on Windows I tried to use ftps instead of ftp protocol since openssl is bundled in php, but deployment with ftps protocol doesn't work as expected.
If I run deployment via ftp, it works normally:
But if I run it with ftps i get strange error
Error: Ok to send data.Also, the log falsely says that remote.htdeploymentdoes not exist. File.htdeployment.runningis created.PHP 7.0.8, ftp-deployment 2.5, Wedos hosting