|
SendFTPSends a file at the address, specified in the setting window of the "FTP" tab.
Parameters filename [in] Name of sent file. ftp_path=NULL [in] FTP catalog. If a directory is not specified, directory described in settings is used. Return Value In case of failure returns 'false'. Note Sent file must be located in the folder terminal_directory\MQL4\files or its subfolders. Sending isn't performed if FTP address and/or access password are not specified in settings. SendFTP() function does not work in the Strategy Tester. |