Hi,
i would like to know, if there is a way to generate report of history (Statement.htm) to ftp (I already successfuly uploaded a file to my ftp so there is no problem).
Hi,
i would like to know, if there is a way to generate report of history (Statement.htm) to ftp (I already successfuly uploaded a file to my ftp so there is no problem).
Is there some way to generate "plaintext" delimitered by ";" or ST else?
Thanks for answers
Sounds like you need to use
bool SendFTP( string filename, string ftp_path=NULL)
The file will be created by
int FileOpen( string filename, int mode, int delimiter=';')
You may need to close the file before you send it, then re-open it to append the new data. Experimentation required.
You will probably want to use
bool FileSeek( int handle, int offset, int origin)
if you close the file since after opening it the file write pointer may not be at the end of the file.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
i would like to know, if there is a way to generate report of history (Statement.htm) to ftp (I already successfuly uploaded a file to my ftp so there is no problem).
Is there some way to generate "plaintext" delimitered by ";" or ST else?
Thanks for answers