VPS - upload file size issue

 

Hi,

Prior to the 16/11/2021 I was able to upload a 4110b CSV to my MQL5 VPS. Since yesterday after updating MT5 to v5.00 build: 2690, I'm only able to upload a 190b CSV file. 

I made a EA script that tries to upload two csv files of 190b and 2758b, check if they exist and open if found. The smaller file can be opened where as the larger files is not found on VPS, resulting in error 5019 - File does not exist. There is no issue on local terminal.

Anyone else experience a similar issue?


Please find EA and csv files attached. CSV files to be located in "<Data Folder>/MQL5/Files". Thanks for your help!

// Mille   

 

I found some posts which may be related to it:

How to transfer the files (for example, txt file) to VPS

Forum on trading, automated trading systems and testing trading strategies

VPS and txt

Rashid Umarov , 2019.02.13 15:52

First, read the online VPS help , there is also a video.

To transfer your own files to MetaTrader VPS, you need to specify the propert compiler in the code. It requires a certain level of ownership of the subject. 

Forum on trading, automated trading systems and testing trading strategies

VPS and txt

Slava , 2019.02.13 15:52

To transfer a file to a hosting server (as well as a tester agent), you need to use the directive

#property tester_file "<file_name>"

Reason: