- Регистрация
- 25.01.2012
- Сообщения
- 1 068
- Реакции
- 257
- Баллы
- 83
I run ZP on one server and need to add line by line to a textfile that is located on another server. What is the easiest approach to do that? Thank you.
I run ZP on one server and need to add line by line to a textfile that is located on another server. What is the easiest approach to do that? Thank you.
Thank you lokiys for your help. Yes, I already considered the problems that can occure with multithreading or a couple of bots are using the same file...
Database solution should workaround this problem? But then I have to alter a bunch of my projects and their logic.
With FTP... would that be "multi-threading/access" safe?
Saw an tutorial using C# on how to add a line to an (external) text-file. But looks quite complicated and not sure if this also works on a remote server.
I suggest you using Google tables.
We've added it in version 7.1.1.0. which is available as test build currently.
I suggest you using Google tables.
We've added it in version 7.1.1.0. which is available as test build currently.
Developers are re-compiling it.... will be available soon...@VladZen Thanks for the hint. But I can't download the Beta of V7 from the link you posted (it says that the Dropbox folder is empty).
Updated test version is already available - https://www.dropbox.com/sh/sepjz186mxb5hlg/AADG1C4Ip2ASmWn1H79ch1T6a?dl=0@VladZen Thanks for the hint. But I can't download the Beta of V7 from the link you posted (it says that the Dropbox folder is empty).
It works quite good in multithreading for adding/getting lines.Does it work good in multithreading?