send函数给FTP服务器发消息,SendFTP

MQL5移除了SendFTP、SendMail和SendNotification等函数,将它们归入新的扩展网络功能部分。现在,MQL5的EA可以与远程服务器进行数据交换,前提是服务器地址在允许的IP列表内,且能建立TCP/IP安全连接,无需第三方DLL协助。
摘要由CSDN通过智能技术生成

SendFTP

Sends a file at the address, specified in the setting window of the "FTP" tab.

boolSendFTP(

stringfilename,// file to be send by ftp

stringftp_path=NULL// ftp catalog

);

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 folderterminal_directory\MQL4\filesor 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.

What's new in MQL5

In MQL5, the SendFTP, SendMail and SendNotification functions are moved to the new extended Network functions section. Now programs can exchange data with remote servers included in the list of allowed IP addresses. This means that MQL5 EAs are able to establish secure connections between processes using the TCP/IP protocol without using third-party DLLs.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值